1
0
mirror of https://github.com/mon/ifstools.git synced 2024-11-27 18:40:48 +01:00

Syntax error (#1)

This commit is contained in:
Willy Lau 2017-12-15 20:00:56 -05:00 committed by Will
parent cef18f3fd7
commit da489545c8

View File

@ -84,5 +84,5 @@ if __name__ == '__main__':
if len(sys.argv) < 2:
print('ifstools filename.ifs')
exit()
i = IFS(argv[1])
i = IFS(sys.argv[1])
i.extract_all()