Kaydet (Commit) e3c449bc authored tarafından S.Çağlar Onur's avatar S.Çağlar Onur

fix #1288

üst 13417320
......@@ -70,7 +70,8 @@ class Command(object):
self.options()
self.commonopts()
(self.options, self.args) = self.parser.parse_args()
self.args.pop(0) # exclude command arg
if self.args:
self.args.pop(0) # exclude command arg
self.process_opts()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment