You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently src/python/clawutil/claw_git_status.py raises an exception of run from a directory that is not a git clone of clawpack (e.g. a version installed from a tar file). Instead it should just print out that fact.
This was throwing an error in a regression test that had CLAW_GIT=True in the Makefile and it would be nice to encourage that in general.
The text was updated successfully, but these errors were encountered:
Currently
src/python/clawutil/claw_git_status.py
raises an exception of run from a directory that is not a git clone of clawpack (e.g. a version installed from a tar file). Instead it should just print out that fact.This was throwing an error in a regression test that had
CLAW_GIT=True
in theMakefile
and it would be nice to encourage that in general.The text was updated successfully, but these errors were encountered: