Skip to content

Commit

Permalink
Add message for used case.
Browse files Browse the repository at this point in the history
  • Loading branch information
treerink committed Feb 15, 2024
1 parent e6ba287 commit f12accb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ece2cmor3/versioncheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def main(args=None):
# Set your test case:
case=2

print('\nTest case {}:'.format(case))
if case == 1:
from setup import get_git_hash
parser.add_argument('-V', '--version', action='version', version='%(prog)s ' + __version__.version + ' with sha: ' + get_git_hash())
Expand Down

0 comments on commit f12accb

Please sign in to comment.