Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rthouvenin committed Oct 3, 2015
1 parent 47a5a0c commit b969ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyderplugins/p_profiler.py
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ def analyze(self, filename):
self.dockwidget.raise_()
pythonpath = self.main.get_spyder_pythonpath()
runconf = runconfig.get_run_configuration(filename)
wdir, args = None, None
wdir, args = None, []
if runconf is not None:
if runconf.wdir_enabled:
wdir = runconf.wdir

0 comments on commit b969ded

Please sign in to comment.