Skip to content

Commit fe82486

Browse files
committed
fix(qupath): remove trailing equal sign from logs
1 parent 8eb9c03 commit fe82486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aignostics/qupath/_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ def _download_qupath( # noqa: C901, PLR0912, PLR0913, PLR0915, PLR0917
518518
install_progress_queue.put_nowait(progress)
519519
logger.trace("Downloaded QuPath archive to '{}'", filepath)
520520
except requests.RequestException as e:
521-
message = f"Failed to download QuPath from {url}="
521+
message = f"Failed to download QuPath from {url}"
522522
logger.exception(message)
523523
raise RuntimeError(message) from e
524524
except Exception:

0 commit comments

Comments
 (0)