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 113709d commit 3ed88fcCopy full SHA for 3ed88fc
fmriprep/cli/run.py
@@ -1,4 +1,3 @@
1
-#!/usr/bin/env python
2
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
3
# vi: set ft=python sts=4 ts=4 sw=4 et:
4
#
@@ -235,10 +234,3 @@ def main():
235
234
sentry_sdk.capture_message(msg, level="error")
236
237
sys.exit(int((errno + len(failed_reports)) > 0))
238
-
239
240
-if __name__ == "__main__":
241
- raise RuntimeError(
242
- "fmriprep/cli/run.py should not be run directly;\n"
243
- "Please `pip install` fmriprep and use the `fmriprep` command"
244
- )
0 commit comments