We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9eb1da commit fc19180Copy full SHA for fc19180
1 file changed
RAMP/ramp.py
@@ -74,7 +74,7 @@ def unpack(bundle):
74
json.dump(metadata, outfile)
75
print(module_metadata_file_name)
76
77
- with open(module_file_name, 'w') as outfile:
+ with open(module_file_name, 'wb') as outfile:
78
for line in module.readlines():
79
outfile.write(line)
80
print(module_file_name)
0 commit comments