Skip to content

Commit ef09074

Browse files
committed
Appveyor debug
1 parent ecf6baf commit ef09074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def run(self):
149149

150150
self.move_file(src=source, dst=dest, level=distutils.log.INFO)
151151
else:
152-
self.warn("Can't find file to rename: %s" % source)
152+
self.warn("Can't find file to rename: {}, current dir: {}".format(source, os.getcwd()))
153153

154154
if other_modules:
155155
self.distribution.ext_modules = other_modules

0 commit comments

Comments
 (0)