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 1d023e3 commit 489c369Copy full SHA for 489c369
1 file changed
Tools/scripts/pdeps.py
@@ -64,7 +64,7 @@ def main():
64
# Collect data from one file
65
#
66
def process(filename, table):
67
- with open(filename) as fp:
+ with open(filename, encoding='utf-8') as fp:
68
mod = os.path.basename(filename)
69
if mod[-3:] == '.py':
70
mod = mod[:-3]
0 commit comments