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 f0aa4db commit 9537b14Copy full SHA for 9537b14
utils/refactor-check-compiles.py
@@ -77,7 +77,7 @@ def main():
77
'-dump-text',
78
'-source-filename', args.source_filename,
79
'-pos', args.pos
80
- ] + unknown_args, desc='producing edit')
+ ] + unknown_args, desc='producing edit').decode("utf-8")
81
82
dump_rewritten_output = run_cmd([
83
args.swift_refactor,
0 commit comments