mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-08 22:50:44 +01:00
Remove bogus assert None
This commit is contained in:
parent
af2719f62c
commit
6be86c5111
@ -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("""
|
||||||
|
Loading…
Reference in New Issue
Block a user