-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such file or directory crash due to erroneously duplicated path segment in submodule #85
Comments
I have a feeling this is due to this incorrect .gitmodules config in display_modpack: https://github.com/pyrollo/display_modpack/blob/6135b3a60c4adb270b1a3a05b8d3449ecfa68148/.gitmodules |
It might be incorrect, but if git handles it without failure so should git-archive-all. |
Parsing .gitmodules may yield paths that are ignored by git. Refs #85
Parsing .gitmodules may yield paths that are ignored by git. Refs #85
Parsing .gitmodules may yield paths that are ignored by git. Refs #85
Parsing .gitmodules may yield paths that are ignored by git. Refs #85
Parsing .gitmodules may yield paths that are ignored by git. Refs #85
Parsing .gitmodules may yield paths that are ignored by git. Refs #85
Parsing .gitmodules may yield paths that are ignored by git. Refs #85
Parsing .gitmodules may yield paths that are ignored by git. Refs #85
Parsing .gitmodules may yield paths that are ignored by git. Refs #85
Parsing .gitmodules may yield paths that are ignored by git. Refs #85
Please try the issue-85 branch, I hope I got quoting right. |
Hi, I can confirm that this branch fixes the problem in my code. Thanks! |
Hi, This fix also worked for me! Thank you for the work |
Time to get it merged then. |
How long does it take for a new version to be available on PIP? |
The module duplicates the "display_api" in
/tmp/test/mesecons_lab/mods/display_modpack/display_api/display_api/API.md
, despite there being no such subfolder.From command line
as a library
/re luanti-org/contentdb#245
The text was updated successfully, but these errors were encountered: