This commit is contained in:
gauthiier
2019-12-26 18:12:49 +01:00
parent 9c8f5b0e5e
commit 0b7564d44b
10 changed files with 366 additions and 5 deletions
+2
View File
@@ -2,6 +2,7 @@ import os, json, glob, logging
from selection import strutil
from threading import Lock
import config
import export.exportxml
sel = os.path.join(config.selection['path'], config.selection['sel'])
sel_dump = os.path.join(config.selection['path'], config.selection['sel_dump'])
@@ -133,6 +134,7 @@ def tags_w_lists():
for m in v['lists']:
l += recursive_info(m, keep_hierachy=True)
t['lists'] = l
t['export'] = export.exportxml.export_generate_path(k)
tags.append(t)
return tags