Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 0178b03

Browse files
committed
Merge branch 'pattern' into prerelease
2 parents 3dd4f31 + 6f6787d commit 0178b03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mopdata/update_db.py.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ def update_map(conn, varid, ctable):
7777
args = {k: row[k] for k in keys}
7878
for k,v in keys2.items():
7979
args[k] = row[v]
80+
# you need to manually add datadir to the maps
81+
# if you want to be update infile!
8082
if 'datadir' in row.keys():
8183
paths = row['file_structure'].split()
8284
infile = ''

0 commit comments

Comments
 (0)