1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-29 17:51:08 +02:00

make things cleaner

This commit is contained in:
Pierre-antoine Comby
2020-05-26 23:53:13 +02:00
parent 985f7c7bcd
commit 5af336fff3
4 changed files with 5 additions and 4 deletions

View File

@ -58,7 +58,7 @@ class Command(ImportCommand):
}
# WARNING: Fields lieu, liste, listeimprimee are missing
MAP_ACTIVITY[row["id"]] = pk_activity
pk_activity +=1
pk_activity += 1
bulk_mgr.add(Activity(**obj_dict))
bulk_mgr.done()