mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Remove bogus assert None
This commit is contained in:
parent
af2719f62c
commit
6be86c5111
@ -15,8 +15,8 @@ def main():
|
||||
print("file:")
|
||||
os.system("file hishtory-*")
|
||||
|
||||
assert notAscii("hishtory-darwin-arm64")
|
||||
assert notAscii("hishtory-darwin-amd64")
|
||||
notAscii("hishtory-darwin-arm64")
|
||||
notAscii("hishtory-darwin-amd64")
|
||||
|
||||
print("signing...")
|
||||
os.system("""
|
||||
|
Loading…
Reference in New Issue
Block a user