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
It tries to run with open(os.path.join(builder.sourcePath, '.git', 'HEAD'), encoding='utf-8') as fp: but .git in the submodule is a file pointing to the appropriate .git directory instead.
The text was updated successfully, but these errors were encountered:
It tries to run
with open(os.path.join(builder.sourcePath, '.git', 'HEAD'), encoding='utf-8') as fp:
but .git in the submodule is a file pointing to the appropriate .git directory instead.The text was updated successfully, but these errors were encountered: