1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-02-06 07:13:01 +00:00

I am an idiot

This commit is contained in:
Yohann D'ANELLO 2020-08-01 16:19:26 +02:00
parent dd8b48c31d
commit b9ae701021

View File

@ -179,7 +179,6 @@ class Command(ImportCommand):
MAP_IDBDE[row["idbde"]] = pk_note MAP_IDBDE[row["idbde"]] = pk_note
pk_note += 1 pk_note += 1
bulk_mgr.done() bulk_mgr.done()
exit(0)
@timed @timed
def import_alias(self, cur, chunk_size): def import_alias(self, cur, chunk_size):