mlem icon indicating copy to clipboard operation
mlem copied to clipboard

`mlem.api.save` fs argument type

Open mike0sv opened this issue 2 years ago • 0 comments

Now it's Union[str, AbstractFileSystem, None]. But underlying implementation (in MlemObject._parse_dump_args) has it as Optional[AbstractFileSystem]. Need to either include str there (and corresponding logic) or remove str from save signature

mike0sv avatar May 27 '22 13:05 mike0sv