Skip to content
Snippets Groups Projects
Commit 757482a3 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

fix except syntax error

parent f547b5fa
Branches
Tags
1 merge request!23WIP: Feature/use cmake
Pipeline #
......@@ -11,7 +11,7 @@ from bfps import DNS
try:
import matplotlib.pyplot as plt
matplotlib_on = True
except: ImportError:
except ImportError:
matplotlib_on = False
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment