Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
9058d90b
Commit
9058d90b
authored
6 years ago
by
Tom Titcombe
Browse files
Options
Downloads
Patches
Plain Diff
Fix Flake8 errors Refs #0
parent
0a703d8e
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/SANS/sans/gui_logic/presenter/run_tab_presenter.py
+1
-1
1 addition, 1 deletion
scripts/SANS/sans/gui_logic/presenter/run_tab_presenter.py
with
1 addition
and
1 deletion
scripts/SANS/sans/gui_logic/presenter/run_tab_presenter.py
+
1
−
1
View file @
9058d90b
...
...
@@ -24,7 +24,7 @@ from sans.command_interface.batch_csv_file_parser import BatchCsvParser
from
sans.common.constants
import
ALL_PERIODS
from
sans.common.enums
import
(
BatchReductionEntry
,
RangeStepType
,
SampleShape
,
FitType
,
RowState
,
SANSInstrument
)
from
sans.gui_logic.gui_common
import
(
get_reduction_mode_strings_for_gui
,
get_string_for_gui_from_instrument
,
add_dir_to_datasearch
,
remove_dir_from_datasearch
)
add_dir_to_datasearch
,
remove_dir_from_datasearch
)
from
sans.gui_logic.models.batch_process_runner
import
BatchProcessRunner
from
sans.gui_logic.models.beam_centre_model
import
BeamCentreModel
from
sans.gui_logic.models.create_state
import
create_states
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment