Skip to content

Commit

Permalink
refactor: writable
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Oct 17, 2024
1 parent 7718824 commit ff85357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgpyo/util/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def __init__(
)

_assert_is_metric_class(metric_class)
io.assert_path_is_writeable(filepath)
io.assert_path_is_writable(filepath)
if append:
io.assert_path_is_readable(filepath)
_assert_file_header_matches_metric(
Expand Down

0 comments on commit ff85357

Please sign in to comment.