Skip to content

Commit 7b56b10

Browse files
committed
[TMGImporter]Print status[gramps50]
1 parent 72680d4 commit 7b56b10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

TMGimporter/lib/libtmg.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,8 +1243,9 @@ def importData(database, sqzfilename, user):
12431243
##################################################################################
12441244
#Process TMG Project for import
12451245
#------------------------------------------------------
1246-
trial_people(database, tmg_dataset) # test import of names
1247-
trial_events(database, tmg_dataset) # test import of events
1246+
print("Not working yet")
1247+
#trial_people(database, tmg_dataset) # test import of names
1248+
#trial_events(database, tmg_dataset) # test import of events
12481249

12491250
####-------Processing order----#TODO split to own file "TMGParser(dbase, user, ...)" see below
12501251
#[1] notes

0 commit comments

Comments
 (0)