Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lee212 committed Feb 8, 2016
1 parent 6694b7c commit 68985c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgescan/split.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run(self):

def check_param(self):
if(not isfile(self.input_file)):
print ("%s is not valid filename" % self.input_file);
print ("%s is not a valid filename" % self.input_file);
os.rmdir(self.result_path)
os.sys.exit()

Expand Down

0 comments on commit 68985c0

Please sign in to comment.