Skip to content

Commit 146089b

Browse files
pllimCadair
andauthored
Update pytest_mpl/plugin.py
Co-authored-by: Stuart Mumford <[email protected]>
1 parent adf5819 commit 146089b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_mpl/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def _download_file(self, baseline, filename):
358358
u = urlopen(base_url + filename)
359359
content = u.read()
360360
except Exception as e:
361-
self.logger.debug(f'Downloading {base_url + filename} failed: {repr(e)}')
361+
self.logger.info(f'Downloading {base_url + filename} failed: {repr(e)}')
362362
else:
363363
break
364364
else:

0 commit comments

Comments
 (0)