Skip to content

Commit 0f3b68c

Browse files
committed
put fit reports in fitting dir
1 parent 9099a5c commit 0f3b68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ibex_bluesky_core/callbacks/_fitting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def __init__(
141141

142142
self.livefit = livefit
143143
self.postfix = postfix
144-
self.output_dir = Path(output_dir or get_default_output_path())
144+
self.output_dir = Path(output_dir or get_default_output_path() / "fitting")
145145
self.current_start_document: str | None = None
146146

147147
self.x = x

0 commit comments

Comments
 (0)