Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/underworldcode/under…
Browse files Browse the repository at this point in the history
…world3 into development
  • Loading branch information
lmoresi committed Oct 22, 2024
2 parents eb4d90e + 4cd90bf commit d838206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/underworld3/utilities/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self):
gv = subprocess.check_output(['git', 'rev-parse', 'HEAD']).strip().decode('utf-8')
except Exception as e:
gv = None
warnings.warn( f"Warning: Underworld can't retrieving commit hash: {e}" )
#warnings.warn( f"Warning: Underworld can't retrieving commit hash: {e}" )

# get petsc information
try:
Expand Down

0 comments on commit d838206

Please sign in to comment.