GuiBulkImport - make cli version print out import stats
This commit is contained in:
		
							parent
							
								
									2e2531c0e4
								
							
						
					
					
						commit
						7a9237b707
					
				|  | @ -337,8 +337,10 @@ def main(argv=None): | ||||||
|         importer.setThreads(-1) |         importer.setThreads(-1) | ||||||
|         importer.addBulkImportImportFileOrDir(os.path.expanduser(options.filename), site=options.filtername) |         importer.addBulkImportImportFileOrDir(os.path.expanduser(options.filename), site=options.filtername) | ||||||
|         importer.setCallHud(False) |         importer.setCallHud(False) | ||||||
|         importer.runImport() |         (stored, dups, partial, errs, ttime) = importer.runImport() | ||||||
|         importer.clearFileList() |         importer.clearFileList() | ||||||
|  |         print 'GuiBulkImport done: Stored: %d \tDuplicates: %d \tPartial: %d \tErrors: %d in %s seconds - %.0f/sec'\ | ||||||
|  |                      % (stored, dups, partial, errs, ttime, (stored+0.0) / ttime) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| if __name__ == '__main__': | if __name__ == '__main__': | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user