We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c36a53 commit 138a54bCopy full SHA for 138a54b
scripts/stubsabot.py
@@ -128,7 +128,7 @@ class Update:
128
diff_analysis: DiffAnalysis | None
129
130
def __str__(self) -> str:
131
- 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}'"
132
133
@property
134
def new_version(self) -> str:
0 commit comments