diff --git a/gce_rescue/utils.py b/gce_rescue/utils.py index a48d537..e7305b9 100644 --- a/gce_rescue/utils.py +++ b/gce_rescue/utils.py @@ -165,8 +165,8 @@ def inner(*args, **kwargs): if task_index and total_tasks: _logger.info('Progress: %i/%i tasks completed', task_index, total_tasks) - print(f'finished {task_func.__name__} {task_index}/{total_tasks}' - f' tasks completed') + print('\n', f'finished {task_func.__name__} {task_index}/{total_tasks}' + f' tasks completed') return res