Skip to content

Commit

Permalink
Fix postprocessing carpet name in exec summ.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 19, 2023
1 parent 5a856ec commit 787d257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcp_d/interfaces/execsummary.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def collect_inputs(self):
}
concatenated_rest_files["preproc_carpet"] = self._get_bids_file(query)

query["desc"] = "postcarpetplot"
query["desc"] = "postprocESQC"
concatenated_rest_files["postproc_carpet"] = self._get_bids_file(query)

self.concatenated_rest_files_ = concatenated_rest_files
Expand Down

0 comments on commit 787d257

Please sign in to comment.