Skip to content

Commit

Permalink
refs #6667 minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jun 20, 2013
1 parent f0e7a7f commit 58e44c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/scripts/Inelastic/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def diagnose(white_int, **kwargs):
if white_int is None and str(white_int) != '':
raise RuntimeError("No white beam integral specified. This is the minimum required to run diagnostics")

for key,val in kwargs.iteritems():
print "diag for key:\t {0:<20}\t Value: {1:<20}".format(key, str(val))
# Grab the arguments
parser = ArgumentParser(kwargs)
start_index = parser.start_index
Expand Down

0 comments on commit 58e44c5

Please sign in to comment.