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

Commit

Permalink
Merge pull request #352 from sagemath/revert-351-pexpect_upgrade
Browse files Browse the repository at this point in the history
Revert "This is a change needed to support pexpect 3 and  up" in order to make it easier to test downstream without messing up sagenb release management.
  • Loading branch information
kcrisman committed Dec 1, 2015
2 parents 42c35ff + 7f240f5 commit f9fd6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sagenb/interfaces/expect.py
Expand Up @@ -277,7 +277,7 @@ def output_status(self):
if self._expect is None:
self._is_computing = False
else:
self._so_far = self._expect.before
self._so_far += self._expect.before

import re
v = re.findall('START%s.*%s'%(self._number,self._prompt), self._so_far, re.DOTALL)
Expand Down

0 comments on commit f9fd6f3

Please sign in to comment.