We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83de156 + b911de3 commit 6d5e8a7Copy full SHA for 6d5e8a7
xmipp
@@ -210,6 +210,7 @@ def modeGit(args: argparse.Namespace):
210
"""
211
cmd = f"git {' '.join(args.command)}"
212
logger(f"Running command '{cmd}' for all xmipp sources...", forceConsoleOutput=True)
213
+ XMIPP_SOURCES.insert(0, XMIPP)
214
for source in XMIPP_SOURCES:
215
logger("", forceConsoleOutput=True)
216
# Check if source exists to perform command, else skip
0 commit comments