Skip to content

Commit

Permalink
Use argument outdir not self.outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
nzw0301 committed Mar 21, 2024
1 parent f6b1270 commit 3acba47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytorch_pfn_extras/writing/_writer_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def save(
append: bool,
**savefun_kwargs: Any,
) -> None:
out_dir = self.out_dir
if not self._initialized:
self.initialize(out_dir)

Expand Down

0 comments on commit 3acba47

Please sign in to comment.