Skip to content

Commit

Permalink
dependabot changes and issue ESCOMP#48
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 26, 2024
1 parent 8eae7e3 commit 0c3d683
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion git_fleximod/git_fleximod.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def submodules_test(gitmodules, root_dir):
# and that sparse checkout files exist
for name in gitmodules.sections():
url = gitmodules.get(name, "url")
fxurl = gitmodules.get(name, "fxDONOTMODIFYurl")
fxurl = gitmodules.get(name, "fxDONOTUSEurl")
fxsparse = gitmodules.get(name, "fxsparse")
path = gitmodules.get(name, "path")
fxurl = fxurl[:-4] if fxurl.endswith(".git") else fxurl
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c3d683

Please sign in to comment.