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
Avoid 500 error messages when current working directory in Jupyter Lab is not a git repo (#855)
* Avoid 500 error messages when cwd is not git repo
Avoid long 500 error messages in terminal when current working directory in Jupyter Lab is not a git repository.
Instead, print a message to terminal (`self.log.info`) of the git error message `fatal: not a git repository (or any of the parent directories):`
Discussed: #842
0 commit comments