mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[stubsabot] Make more readable logging message (#14405)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user