From 97878937c263f83490b791af25d302f58388c5ee Mon Sep 17 00:00:00 2001 From: Akira Funahashi Date: Thu, 25 Jan 2018 00:39:44 +0900 Subject: [PATCH] fixed issue #110 --- smop/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smop/main.py b/smop/main.py index 99327fda..13d29a17 100644 --- a/smop/main.py +++ b/smop/main.py @@ -99,7 +99,7 @@ def main(): if options.execfile: execfile(f) except: - if options.delete-on-error: + if options.delete_on_error: os.unlink(f) if options.verbose: print "Removed",f