mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 07:57:07 +00:00
Change address of system exports path
This commit is contained in:
@@ -33,9 +33,9 @@ if __name__ == '__main__':
|
||||
with db.conn.cursor() as cursor:
|
||||
|
||||
try:
|
||||
pathPrefix = survey["exports"]["path"]
|
||||
except ValueError:
|
||||
print("Survey does not define an export path")
|
||||
pathPrefix = survey["exports"]["machine"]["path"]
|
||||
except KeyError:
|
||||
print("Survey does not define an export path for machine data")
|
||||
continue
|
||||
|
||||
for table in exportables:
|
||||
|
||||
Reference in New Issue
Block a user