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 90a4786 commit ed36317Copy full SHA for ed36317
dmriprep/cli/run.py
@@ -225,7 +225,7 @@ def main():
225
logger.info(
226
"Your usage of dmriprep is being recorded using popylar (https://popylar.github.io/). ", # noqa
227
"For details, see https://nipreps.github.io/dmriprep/usage.html. ",
228
- "To opt out, call dmriprep with a `--notrack` flag" )
+ "To opt out, call dmriprep with a `--notrack` flag")
229
import popylar
230
popylar.track_event(__ga_id__, 'run', 'cli_run')
231
0 commit comments