Skip to content

Commit fc19180

Browse files
committed
MOD-11363 fixing upack bug
1 parent c9eb1da commit fc19180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RAMP/ramp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def unpack(bundle):
7474
json.dump(metadata, outfile)
7575
print(module_metadata_file_name)
7676

77-
with open(module_file_name, 'w') as outfile:
77+
with open(module_file_name, 'wb') as outfile:
7878
for line in module.readlines():
7979
outfile.write(line)
8080
print(module_file_name)

0 commit comments

Comments
 (0)