New Cython API: compile but doesn't work
This commit is contained in:
@ -90,7 +90,7 @@ def addOptions(parser):
|
||||
|
||||
# TODO: Handling of NA values
|
||||
def run(config):
|
||||
pb = ProgressBar(10000, config, seconde=5) # TODO should be number of records in file
|
||||
pb = ProgressBar(35000000, config, seconde=5) # TODO should be number of records in file
|
||||
|
||||
inputs = uopen(config['import']['filename'])
|
||||
|
||||
|
Reference in New Issue
Block a user