Fix dl_cleanup.py

SVN-Revision: 22578
v19.07.3_mercusys_ac12_duma
Michael Büsch 14 years ago
parent 9dbb998ee3
commit b0745dd8ce

@ -147,7 +147,8 @@ def main(argv):
"hdBw:",
[ "help", "dry-run", "show-blacklist", "whitelist=", ])
if len(args) != 1:
raise getopt.GetoptError()
usage()
return 1
except getopt.GetoptError:
usage()
return 1

Loading…
Cancel
Save