remove call to hhc.processFile as someone removed that function
This commit is contained in:
parent
fbbd2c4d5c
commit
02c5cfb39e
|
@ -252,7 +252,7 @@ class Importer:
|
||||||
supp = conv.readSupportedGames() # Should this be done by HHC on init?
|
supp = conv.readSupportedGames() # Should this be done by HHC on init?
|
||||||
#gt = conv.determineGameType()
|
#gt = conv.determineGameType()
|
||||||
# TODO: Check that gt is in supp - error appropriately if not
|
# TODO: Check that gt is in supp - error appropriately if not
|
||||||
conv.processFile()
|
# conv.processFile()
|
||||||
if(conv.getStatus()):
|
if(conv.getStatus()):
|
||||||
(stored, duplicates, partial, errors, ttime) = self.import_fpdb_file(conv.getProcessedFile(), site)
|
(stored, duplicates, partial, errors, ttime) = self.import_fpdb_file(conv.getProcessedFile(), site)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user