Skip to content

Commit

Permalink
More fixes for PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaumet committed Jun 26, 2018
1 parent 8dc5786 commit d4576e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ex_read_nidm.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if not os.path.isfile(nidmpack):
print('Downloading ' + nidmpack)
urllib.request.urlretrieve(nidm_url, nidmpack)

# Known issues with NIDM packs in collection 2210
to_replace = {
' \\ntask': '\\\\n task',
Expand Down

0 comments on commit d4576e2

Please sign in to comment.