[stubsabot] Make more readable logging message (#14405)

This commit is contained in:
Semyon Moroz
2025-07-12 17:15:05 +00:00
committed by GitHub
parent 8c36a53e44
commit 138a54b00f
+1 -1
View File
@@ -128,7 +128,7 @@ class Update:
diff_analysis: DiffAnalysis | None
def __str__(self) -> str:
return f"Updating {self.distribution} from {self.old_version_spec!r} to {self.new_version_spec!r}"
return f"Updating {self.distribution} from '{self.old_version_spec}' to '{self.new_version_spec}'"
@property
def new_version(self) -> str: