summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clcommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clcommands.py b/clcommands.py
index 1c312a2..02e7deb 100644
--- a/clcommands.py
+++ b/clcommands.py
@@ -196,8 +196,8 @@ class Command(Configuration):
if rcfile:
self.load_file_configuration(rcfile)
args = self.load_command_line_configuration(args)
- self.check_args(args)
try:
+ self.check_args(args)
self.run(args)
except KeyboardInterrupt:
print 'interrupted'