Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Former-commit-id: 29bc242
  • Loading branch information
skim2257 committed Jun 13, 2022
1 parent 3945330 commit 9e78b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgtools/modules/datagraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def parser(self, query_string: str) -> pd.DataFrame:
edge_type = edge_def[query_string_rev]
valid = query_string_rev
else:
raise ValueError("Invalid Query. Select valid pairs.")
raise ValueError("Invalid Query. Select valid pairs.")
#For cases such as the CT-RTSTRUCT and CT-RTDOSE, there exists multiple pathways due to which just searching on the edgetype gives wrong results
if edge_type in [0, 1, 2]:
edge_list = [0, 1, 2]
Expand Down

0 comments on commit 9e78b92

Please sign in to comment.