mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
write_text
method exists only on python 3.5.
And travis is using python 3.4 :/
This commit is contained in:
@ -31,7 +31,8 @@ VERSIONS = {
|
||||
|
||||
|
||||
def write_manifest(manifest_file, archive_name, target, platform):
|
||||
manifest_file.write_text('''{archive_name}
|
||||
with manifest_file.open(mode='w') as f:
|
||||
f.write('''{archive_name}
|
||||
***************************
|
||||
|
||||
Dependencies archive for {target} on platform {platform}
|
||||
|
Reference in New Issue
Block a user