Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Jan 22, 2025
1 parent d51bd69 commit 023d972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rail/plotting/plot_holder.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ def set_figure(
def savefig(
self,
relpath: str,
outdir: str=".",
outdir: str=".",
**kwargs: Any,
) -> None:
if self.figure is None: # pragma: no cover
raise ValueError(f"Tried to savefig missing a Figure {self.name}")

self.set_path(relpath)
fullpath = os.path.join(outdir, relpath)
self.figure.savefig(fullpath, **kwargs)
Expand Down

0 comments on commit 023d972

Please sign in to comment.