Skip to content

Commit

Permalink
[FIX] get rid of logging error #145 (#161)
Browse files Browse the repository at this point in the history
get rid of logging error #145
  • Loading branch information
mattcieslak authored Nov 18, 2024
1 parent 2976b12 commit ec69972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsirecon/interfaces/dsi_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class DSIStudioGQIReconstruction(DSIStudioReconstruction):

def _list_outputs(self):
outputs = self.output_spec().get()
config.loggers.interface.info("current dir", os.getcwd())
config.loggers.interface.info(f"current dir {os.getcwd()}")
srcname = os.path.split(self.inputs.input_src_file)[-1]
config.loggers.interface.info(f"input src {self.inputs.input_src_file}")
config.loggers.interface.info(f"split src name {srcname}")
Expand Down

0 comments on commit ec69972

Please sign in to comment.