Skip to content

Commit

Permalink
Fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegges committed Apr 5, 2015
1 parent f6d366a commit 341f9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycall/callfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def is_valid(self):
return False

if not (isinstance(self.action, Action) or
isinstance(self.context, Context)):
isinstance(self.action, Context)):
return False

if self.spool_dir and not path(self.spool_dir).abspath().isdir():
Expand Down

0 comments on commit 341f9d1

Please sign in to comment.