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
When trying to amend a commit, I see the following error:
Traceback (most recent call last):
File "/Users/gegles/Workspaces/fasp.io/cmake/git-cmake-format/git-cmake-format.py", line 114, in <module>
if not isFormattable(FileName):
File "/Users/gegles/Workspaces/fasp.io/cmake/git-cmake-format/git-cmake-format.py", line 43, in isFormattable
if '' != Dir and '' != os.path.commonprefix([os.path.relpath(File), os.path.relpath(Dir)]):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py", line 428, in relpath
raise ValueError("no path specified")
ValueError: no path specified
Probably need to support the script running with no actual files changed..
The text was updated successfully, but these errors were encountered:
Since this does not reproduce the circumstances which caused your error, is
there anything you can see which I have missed in order to be able to reproduce
your failure?
When trying to amend a commit, I see the following error:
Probably need to support the script running with no actual files changed..
The text was updated successfully, but these errors were encountered: