Skip to content

Commit 6d5e8a7

Browse files
authored
Merge pull request #937 from I2PC/agm_git_repos
Installation: git comand repo
2 parents 83de156 + b911de3 commit 6d5e8a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmipp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ def modeGit(args: argparse.Namespace):
210210
"""
211211
cmd = f"git {' '.join(args.command)}"
212212
logger(f"Running command '{cmd}' for all xmipp sources...", forceConsoleOutput=True)
213+
XMIPP_SOURCES.insert(0, XMIPP)
213214
for source in XMIPP_SOURCES:
214215
logger("", forceConsoleOutput=True)
215216
# Check if source exists to perform command, else skip

0 commit comments

Comments
 (0)