Skip to content

Commit

Permalink
fix bug that prevents printing help
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronial committed Apr 11, 2014
1 parent cd4d8c3 commit 85dc699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapraid-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def main():

if not os.path.exists(args.conf):
print("snapraid-runner configuration file not found")
args.print_help()
parser.print_help()
sys.exit(2)

try:
Expand Down

0 comments on commit 85dc699

Please sign in to comment.