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 cde1c0f + 54598db commit 1786c40Copy full SHA for 1786c40
neuroscout_cli/commands/run.py
@@ -128,5 +128,6 @@ def run(self, upload_only=False):
128
cli_version=VERSION,
129
n_subjects=n_subjects)
130
131
- if not no_drop:
+ # Drop files if no separate install dir, and the user has not said otherwise.
132
+ if not self.install_dir and not no_drop:
133
drop(str(self.preproc_dir.absolute()))
0 commit comments