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

Commit

Permalink
fix typo in scilabmagic
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 25, 2014
1 parent 2fa6a26 commit 4988a81
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 4988a81

Please sign in to comment.