Skip to content

Commit

Permalink
Refs #10190 Fix pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPiccardoSelg committed Jul 6, 2015
1 parent 62a1247 commit 12ae50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/SANS/SANSBatchMode.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def BatchReduce(filename, format, plotresults=False, saveAlgs={'SaveRKH':'txt'},
settings = copy.deepcopy(ReductionSingleton().reference())
prop_man_settings = ReductionSingleton().settings.clone("TEMP_SETTINGS")

# Make a note of the original user file, as we want to set it
# Make a note of the original user file, as we want to set it
original_user_file = ReductionSingleton().user_settings.filename
current_user_file = original_user_file

Expand Down

0 comments on commit 12ae50d

Please sign in to comment.