Skip to content

Commit

Permalink
bugfix recursion error. closes amoffat#50
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Moffat committed Mar 16, 2012
1 parent bebcd33 commit 1c9103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbs.py
Expand Up @@ -157,7 +157,7 @@ def __str__(self):

def __unicode__(self):
if self.process:
if self.stdout: return self.stdout
if self._stdout: return self.stdout
else: return ""

def __eq__(self, other):
Expand Down

0 comments on commit 1c9103d

Please sign in to comment.