1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 13:29:16 +02:00

Fix dl_cleanup.py

SVN-Revision: 22578
This commit is contained in:
Michael Büsch 2010-08-10 15:08:02 +00:00
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