Open
Description
Line 190 in 765a09a
shell.check_cmd(f'echo {chunk} >> {file_path}')
Changing it to this fixed it for me.
Metadata
Metadata
Assignees
Labels
No labels
Line 190 in 765a09a
shell.check_cmd(f'echo {chunk} >> {file_path}')
Changing it to this fixed it for me.