Skip to content
Snippets Groups Projects
Commit 1de4f36c authored by David Fairbrother's avatar David Fairbrother
Browse files

Re #19156 Remove debug breakpoint

parent bd0259f5
No related branches found
No related tags found
No related merge requests found
...@@ -76,9 +76,6 @@ class ISISPowderInstrumentRunDetailsTest(unittest.TestCase): ...@@ -76,9 +76,6 @@ class ISISPowderInstrumentRunDetailsTest(unittest.TestCase):
# Get the YAML file as a dict first # Get the YAML file as a dict first
wrapped_funcs = run_details.RunDetailsWrappedCommonFuncs wrapped_funcs = run_details.RunDetailsWrappedCommonFuncs
import pydevd
pydevd.settrace('localhost', port=34901, stdoutToServer=True, stderrToServer=True)
yaml_callable = run_details.CustomFuncForRunDetails(user_function=wrapped_funcs.get_cal_mapping_dict, yaml_callable = run_details.CustomFuncForRunDetails(user_function=wrapped_funcs.get_cal_mapping_dict,
run_number_string=run_number_string, run_number_string=run_number_string,
inst_settings=mock_inst) inst_settings=mock_inst)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment