Skip to content

Commit 18b5134

Browse files
authored
DOC: Remove redundant print
1 parent 0f58a19 commit 18b5134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please put URL to code or code here (if not too long).
1313
### Platform details:
1414

1515
<!-- Please run the following code from your shell and place the output between the triple ticks, below.
16-
python -c "import nipype; from pprint import pprint; pprint(nipype.get_info()); print(nipype.__version__)"
16+
python -c "import nipype; from pprint import pprint; pprint(nipype.get_info())"
1717
-->
1818

1919
```

0 commit comments

Comments
 (0)