Skip to content

Commit

Permalink
Re #7694. Fixed RuntimeError message.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Aug 29, 2013
1 parent 3fb20bf commit c07d73f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __load(self, directory, prefix):
return
except Exception, e:
pass
raise RuntimeError("Failed to load run %s" % str(run))
raise RuntimeError("Failed to load run %s" % prefix)

def PyInit(self):
self.declareProperty("FilePrefix","")
Expand Down

0 comments on commit c07d73f

Please sign in to comment.