Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38a4439

Browse files
josephcslaterarokem
authored andcommitted
Update publish.py
1 parent 58f12f0 commit 38a4439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatbridge/publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
try:
22
import nbformat.v4 as nbformat
33
from nbformat import write as nbwrite
4-
except:
4+
except ImportError:
55
import IPython.nbformat.v4 as nbformat
66
from IPython.nbformat import write as nbwrite
77

0 commit comments

Comments
 (0)