This commit is contained in:
sanjayk03-dev
2024-06-03 20:10:49 +05:30
parent b426c0ba9e
commit 2a731e1a46

View File

@@ -615,7 +615,7 @@ class MacrosDownloadHandler(bbctrl.APIHandler):
if not filename:
raise HTTPError(400, 'Missing filename')
files = filename.split(',')
self.get_log('Macros Download').info('files ' + files.join(' '))
self.get_log('Macros Download').info('files ' + ",".join(files))
buffer = io.BytesIO()
zip_file = zipfile.ZipFile(buffer, mode="w")