Skip to content
Snippets Groups Projects
Commit bbe7a2d8 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

datasource.py: fixed whitespace issue for doctest in...

datasource.py: fixed whitespace issue for doctest in injection_dict_from_channel_list_with_node_range
parent 21d46ca4
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ def injection_dict_from_channel_list_with_node_range(injection_list):
Examples:
>>> injection_dict_from_channel_list_with_node_range(["0000:0002:Injection_1.xml", "0002:0004:Injection_2.xml"])
{'0000': 'Injection_1.xml', '0001': 'Injection_1.xml', '0002': 'Injection_2.xml', '0003': 'Injection_2.xml'}
{'0000': 'Injection_1.xml', '0001': 'Injection_1.xml', '0002': 'Injection_2.xml', '0003': 'Injection_2.xml'}
"""
outdict = {}
for injection_name in injection_list:
......
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