Skip to content

Commit 29ce615

Browse files
committed
save sysinfo
1 parent 86074f0 commit 29ce615

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

config.py

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,17 @@
328328
# if the path is a directory,
329329
# desired name of the file in the archive)
330330
UPLOAD_EXTRA_FILES = {
331-
'flkr':[],
332-
'rdm':[],
333-
'cab':[],
334-
'bart':[('obart_pickles', True, 'obart_pickles')]
331+
'flkr':[
332+
('log_sysinfo_0.slog', False, 'log_sysinfo_0.slog')
333+
],
334+
'rdm':[
335+
('log_sysinfo_0.slog', False, 'log_sysinfo_0.slog')
336+
],
337+
'cab':[
338+
('log_sysinfo_0.slog', False, 'log_sysinfo_0.slog')
339+
],
340+
'bart':[
341+
('log_sysinfo_0.slog', False, 'log_sysinfo_0.slog'),
342+
('obart_pickles', True, 'obart_pickles')
343+
]
335344
}

0 commit comments

Comments
 (0)