Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Jul 24, 2018
1 parent 3a2dfa1 commit 8828c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_nbexamples/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

try:
warn = logger.warn
except AttributeError:
except AttributeError: # necessary for python 2.7
warn = logger.warning

import subprocess as spr
Expand Down

0 comments on commit 8828c3e

Please sign in to comment.