mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-09 07:05:08 +02:00
Remove bogus assert None
This commit is contained in:
@ -15,8 +15,8 @@ def main():
|
|||||||
print("file:")
|
print("file:")
|
||||||
os.system("file hishtory-*")
|
os.system("file hishtory-*")
|
||||||
|
|
||||||
assert notAscii("hishtory-darwin-arm64")
|
notAscii("hishtory-darwin-arm64")
|
||||||
assert notAscii("hishtory-darwin-amd64")
|
notAscii("hishtory-darwin-amd64")
|
||||||
|
|
||||||
print("signing...")
|
print("signing...")
|
||||||
os.system("""
|
os.system("""
|
||||||
|
Reference in New Issue
Block a user