Fixed typo
This commit is contained in:
parent
96d9794934
commit
29aedf0116
@ -41,7 +41,7 @@ if __name__ == "__main__":
|
||||
if len(sys.argv) > 2:
|
||||
print(f"[WARNING] Only the first argument given will be used ({sys.argv[1]})")
|
||||
|
||||
# now sys.argv is shurely 2 elements in length; let the real process begin
|
||||
# now sys.argv is surely 2 elements in length; let the real process begin
|
||||
try:
|
||||
with open(sys.argv[1]) as f:
|
||||
print(f"Opened {sys.argv[1]}, reading...")
|
||||
|
Loading…
x
Reference in New Issue
Block a user