mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
Reindent long line
This commit is contained in:
parent
0375653371
commit
09122f84fc
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ class upload(PyPIRCCommand):
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
if not self.distribution.dist_files:
|
if not self.distribution.dist_files:
|
||||||
raise DistutilsOptionError("No dist file created in earlier command")
|
msg = "No dist file created in earlier command"
|
||||||
|
raise DistutilsOptionError(msg)
|
||||||
for command, pyversion, filename in self.distribution.dist_files:
|
for command, pyversion, filename in self.distribution.dist_files:
|
||||||
self.upload_file(command, pyversion, filename)
|
self.upload_file(command, pyversion, filename)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue