aboutsummaryrefslogtreecommitdiff
path: root/tools/file_packager.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/file_packager.py')
-rw-r--r--tools/file_packager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/file_packager.py b/tools/file_packager.py
index fb7e8a55..575e5957 100644
--- a/tools/file_packager.py
+++ b/tools/file_packager.py
@@ -331,7 +331,7 @@ for file_ in data_files:
# Embed
data = map(ord, open(file_['srcpath'], 'rb').read())
if not data:
- str_data = '[]'
+ str_data = '[]'
else:
str_data = ''
chunk_size = 10240