Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Sep 18, 2017
1 parent b09f0a2 commit ee4056d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commcare_export/minilinq.py
Expand Up @@ -353,7 +353,7 @@ def eval(self, env):
doc_id = 'unknown'

message = (
"Error processing document '%s'."
"Error processing document '%s'. "
"Failure to evaluating expression '%r' with arguments '%s'"
) % (doc_id, self, args)
raise Exception(message, e)
Expand Down

0 comments on commit ee4056d

Please sign in to comment.