This commit is contained in:
Ambulance Clerc
2025-06-12 14:03:24 +02:00
parent edbf48609d
commit 30aebc805a

View File

@@ -32,9 +32,9 @@ from custom_popup import *
from cl_attriblink import cl_AttribLink from cl_attriblink import cl_AttribLink
src_dir = os.getenv('APPDATA') + "\Attrib2Biz\src" src_dir = os.getenv('APPDATA') + '\\Attrib2Biz\\src'
dest_dir = os.getenv('APPDATA') + "\Attrib2Biz\output" dest_dir = os.getenv('APPDATA') + '\\Attrib2Biz\\output'
temp_dir = os.getenv('APPDATA') + '\Attrib2Biz\.temp' temp_dir = os.getenv('APPDATA') + '\\Attrib2Biz\\.temp'
file_path ="" #os.path.dirname(__file__) file_path ="" #os.path.dirname(__file__)
Elements = [] Elements = []