mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:10:39 +02:00
Fix dl_cleanup.py
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22578 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
24f720d083
commit
672b7efe2a
@ -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…
Reference in New Issue
Block a user