We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0ba77 commit c908326Copy full SHA for c908326
src/balatrobot/client.py
@@ -479,5 +479,5 @@ def screenshot(self, path: Path | None = None) -> Path:
479
else:
480
source_path = Path(screenshot_response["path"])
481
dest_path = path
482
- source_path.rename(dest_path)
+ shutil.move(source_path, dest_path)
483
return dest_path
0 commit comments