Skip to content

Commit

Permalink
Merge pull request #271 from GEOS-ESM/bugfix/mathomp4/typo
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
pchakraborty authored Mar 25, 2024
2 parents 6b1cad4 + 809e58b commit 1d54e5e
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 1d54e5e

Please sign in to comment.