Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
f1bfa6dc
Commit
f1bfa6dc
authored
May 17, 2017
by
Theo Steininger
Browse files
Added ImportError to except statement in plotter.py
parent
35deaf8b
Pipeline
#12561
failed with stage
in 3 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/plotting/plotter/plotter.py
View file @
f1bfa6dc
...
...
@@ -21,7 +21,7 @@ plotly = gdi.get('plotly')
try
:
plotly
.
offline
.
init_notebook_mode
()
except
AttributeError
:
except
AttributeError
,
ImportError
:
pass
rank
=
d2o
.
config
.
dependency_injector
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment