Skip to content

Commit

Permalink
Minor flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Dec 10, 2018
1 parent 5b20358 commit f84ccf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cis_interface/drivers/MatlabModelDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def connect_matlab(matlab_session, first_connect=False): # pragma: matlab
try:
matlab_engine.eval("CisInterface('CIS_MSG_MAX');", nargout=0,
stderr=err)
except BaseException as e:
except BaseException:
matlab_engine.addpath(_top_dir, nargout=0)
matlab_engine.addpath(_incl_interface, nargout=0)
matlab_engine.eval("os = py.importlib.import_module('os');", nargout=0)
Expand Down

0 comments on commit f84ccf4

Please sign in to comment.