forked from MapComplete/MapComplete
		
	chore: automated housekeeping...
This commit is contained in:
		
							parent
							
								
									16e8cdda59
								
							
						
					
					
						commit
						867cb4dcfb
					
				
					 67 changed files with 599 additions and 309 deletions
				
			
		|  | @ -110,10 +110,13 @@ export default class GenerateImageAnalysis extends Script { | |||
| 
 | ||||
|                 const msg = `${i}/${ | ||||
|                     allImages.size | ||||
|                 } downloaded: ${d},skipped: ${s}, failed: ${f}, running: ${Math.floor(runningSecs)}sec, ETA: ${estimatedActualMinutes}:${ | ||||
|                     estimatedActualSeconds % 60 | ||||
|                 }` | ||||
|                 ScriptUtils.erasableLog( "                                                                                                              ",  msg) | ||||
|                 } downloaded: ${d},skipped: ${s}, failed: ${f}, running: ${Math.floor( | ||||
|                     runningSecs | ||||
|                 )}sec, ETA: ${estimatedActualMinutes}:${estimatedActualSeconds % 60}` | ||||
|                 ScriptUtils.erasableLog( | ||||
|                     "                                                                                                              ", | ||||
|                     msg | ||||
|                 ) | ||||
|                 if (downloaded) { | ||||
|                     d++ | ||||
|                 } else { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue