mirror of
				https://git.webmeisterei.com/webmeisterei/todoist-taskwarrior.git
				synced 2025-10-31 02:02:41 +01:00 
			
		
		
		
	Fix typo in output at beginning of migration
This commit is contained in:
		| @@ -90,7 +90,7 @@ def migrate(ctx, interactive, sync): | ||||
|         ctx.invoke(synchronize) | ||||
|  | ||||
|     tasks = todoist.items.all() | ||||
|     io.important(f'Starting migration of {len(tasks)}...') | ||||
|     io.important(f'Starting migration of {len(tasks)} tasks...') | ||||
|     for idx, task in enumerate(tasks): | ||||
|         data = {} | ||||
|         tid = data['tid'] = task['id'] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matt Snider
					Matt Snider