Thanks to visit codestin.com Credit goes to github.com
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 711f91c commit adb2b38Copy full SHA for adb2b38
1 file changed
Lib/distutils/command/bdist_pkgtool.py
@@ -303,9 +303,9 @@ def _make_prototype(self):
303
try:
304
self.distribution.packages[0]
305
file_list=string.split(
306
- getoutput("pkgproto %s/%s=%s" % (build.build_lib,
307
- self.distribution.packages[0],
308
- self.distribution.packages[0])),"\012")
+ getoutput("pkgproto %s/%s=%s" % \
+ (build.build_lib, self.distribution.packages[0],
+ self.distribution.packages[0])), "\012")
309
except:
310
311
getoutput("pkgproto %s=" % (build.build_lib)),"\012")
0 commit comments