Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
Merge 3ea6c63 into 2fa6a26
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebig committed Aug 25, 2014
2 parents 2fa6a26 + 3ea6c63 commit c8156a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scilab2py/ipython/scilabmagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def scilab(self, line, cell=None, local_ns=None):
# match current working directory
cwd = os.getcwd().replace('\\', '/')
try:
self._sci.eva("cd %s; getd('.')" % cwd)
self._sci.eval("cd %s; getd('.')" % cwd)
except scilab2py.Scilab2PyError:
pass

Expand Down

0 comments on commit c8156a9

Please sign in to comment.