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 a01855b commit 3e3fe30Copy full SHA for 3e3fe30
nibabel/loadsave.py
@@ -41,7 +41,6 @@ def load(filename, **kwargs):
41
42
if op.getsize(filename) <= 0:
43
raise FileEmptyError("Given file is empty: '%s'" % filename)
44
-
45
sniff = None
46
for image_klass in all_image_classes:
47
is_valid, sniff = image_klass.path_maybe_image(filename, sniff)
0 commit comments