Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Mar 25, 2024
1 parent 6b1cad4 commit 809e58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import traceback

# Version check
if sys.version_info < (3, 9, 0):
sys.exit('ERROR: Python version needs to be >= 3.6.0')
sys.exit('ERROR: Python version needs to be >= 3.9.0')

# Add direactory containing mepo to path
SRC_D = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', 'src')
Expand Down

0 comments on commit 809e58b

Please sign in to comment.