Skip to content

Commit

Permalink
Re #5032 fix system test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Mar 29, 2012
1 parent 209fceb commit 6dbaf86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ def PyExec(self):

Scale(InputWorkspace=workspace, OutputWorkspace=workspace, Factor=1.0/acc_current, Operation="Multiply")

self.setProperty("OutputMessage", "Data [%s] normalized to accelerator current\n Beam flux file: %s" % (workspace, flux_data_path))
self.setProperty("OutputMessage", "Data [%s] normalized to accelerator current\n Beam flux file: %s" % (workspace, str(flux_data_path)))

mtd.registerPyAlgorithm(EQSANSNormalise())

0 comments on commit 6dbaf86

Please sign in to comment.