Skip to content

Commit cced98c

Browse files
Merge pull request #185 from ISISComputingGroup/184
put fit reports in fitting dir
2 parents 350b128 + 0f3b68c commit cced98c

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
@@ -149,7 +149,7 @@ def __init__(
149149

150150
self.livefit = livefit
151151
self.postfix = postfix
152-
self.output_dir = Path(output_dir or get_default_output_path())
152+
self.output_dir = Path(output_dir or get_default_output_path() / "fitting")
153153
self.current_start_document: str | None = None
154154

155155
self.x = x

0 commit comments

Comments
 (0)