Skip to content

Commit

Permalink
Small message change
Browse files Browse the repository at this point in the history
  • Loading branch information
ciorceri committed Jul 18, 2018
1 parent 4341ec8 commit 7db812c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logXchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def main():
if log_format == 'EDI':
lfmodule = edi
else:
print('Unsupported log type selected : {}'.format(log_format))
print('Selected log type is unsupported : {}'.format(log_format))
return 1

operator = lfmodule.Operator
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__project__ = "logXchecker"
__version__ = "1.0.0"
__version__ = "1.0"

0 comments on commit 7db812c

Please sign in to comment.