Skip to content

Commit

Permalink
ulwgl_dl_util: remove log statement
Browse files Browse the repository at this point in the history
- Don't log an exception for zenity
  • Loading branch information
R1kaB3rN committed Mar 15, 2024
1 parent 17349d1 commit 61cb792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ULWGL/ulwgl_dl_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def _fetch_proton(
err: str = f"Unable to download {proton}\ngithub.com request timed out"
raise TimeoutError(err)
except FileNotFoundError:
log.exception("Exception occurred when downloading Proton")
print(f"Downloading {proton} ...", file=stderr)

with urlopen(proton_url, timeout=180, context=create_default_context()) as resp: # noqa: S310
Expand Down

0 comments on commit 61cb792

Please sign in to comment.