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 f955412 commit 94e7bb7Copy full SHA for 94e7bb7
1 file changed
Lib/distutils/command/install_data.py
@@ -48,7 +48,7 @@ def finalize_options (self):
48
def run (self):
49
self.mkpath(self.install_dir)
50
for f in self.data_files:
51
- if type(f) == StringType:
+ if type(f) is StringType:
52
# it's a simple file, so copy it
53
f = convert_path(f)
54
if self.warn_dir:
0 commit comments