Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
ofgulban committed Jul 12, 2022
1 parent be9f4f9 commit 376afbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_deface_image():
# # From https://stackoverflow.com/a/7244263
# data_url = 'https://openneuro.org/crn/datasets/ds000031/files/sub-01:ses-006:anat:sub-01_ses-006_run-001_T1w.nii.gz'
# urllib.request.urlretrieve(data_url, test_img)
pdu.deface_image(test_img,forcecleanup=True,force=True)
pdu.deface_image(test_img, forcecleanup=True, force=True)
pdu.cleanup_files(test_img)

else:
Expand Down

0 comments on commit 376afbe

Please sign in to comment.