Skip to content

Commit 138a54b

Browse files
authored
[stubsabot] Make more readable logging message (#14405)
1 parent 8c36a53 commit 138a54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/stubsabot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class Update:
128128
diff_analysis: DiffAnalysis | None
129129

130130
def __str__(self) -> str:
131-
return f"Updating {self.distribution} from {self.old_version_spec!r} to {self.new_version_spec!r}"
131+
return f"Updating {self.distribution} from '{self.old_version_spec}' to '{self.new_version_spec}'"
132132

133133
@property
134134
def new_version(self) -> str:

0 commit comments

Comments
 (0)