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.
1 parent 33bdcc0 commit 4e5be70Copy full SHA for 4e5be70
neuroscout_cli/commands/install.py
@@ -64,7 +64,6 @@ def download_data(self):
64
65
# Get all JSON files
66
jsons = list(self.preproc_dir.rglob('*.json'))
67
- print(jsons)
68
if jsons:
69
get([str(p) for p in self.preproc_dir.rglob('*.json')])
70
0 commit comments