Skip to content

Commit

Permalink
✏️ Pipe inside quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jul 13, 2024
1 parent 199bd60 commit ec32f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPAC/pipeline/engine/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

EXTS = [".nii", ".gz", ".mat", ".1D", ".txt", ".csv", ".rms", ".tsv"]
POOL_DICT = dict[str | tuple, "STRAT_DICT"]
STRAT_DICT = dict[str | tuple, dict | "Resource"]
STRAT_DICT = dict[str | tuple, "dict | Resource"]


class DataPaths:
Expand Down

0 comments on commit ec32f34

Please sign in to comment.