Skip to content

Commit

Permalink
Update openadapt/share.py
Browse files Browse the repository at this point in the history
Co-authored-by: M <[email protected]>
  • Loading branch information
Mustaballer and mory91 authored Aug 1, 2023
1 parent 1a10f8a commit ea25b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openadapt/share.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def receive_recording(wormhole_code: str) -> None:
except subprocess.CalledProcessError as exc:
logger.exception(exc)
finally:
# Delete the zip file after sending or in case of exception
# Delete the zip file after receiving or in case of exception
if os.path.exists(zip_path):
os.remove(zip_path)
logger.info(f"deleted {zip_path=}")
Expand Down

0 comments on commit ea25b53

Please sign in to comment.