export
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user