mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
setup: import bugfix to ez_setup.py
This commit is contained in:
parent
021b5d4f2a
commit
c036a32e57
@ -202,7 +202,7 @@ def update_md5(filenames):
|
||||
|
||||
|
||||
if __name__=='__main__':
|
||||
if '--md5update' in sys.argv[1]:
|
||||
if '--md5update' in sys.argv:
|
||||
sys.argv.remove('--md5update')
|
||||
update_md5(sys.argv[1:])
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user