pep257 compatible

This commit is contained in:
Martin Diehl 2018-12-09 11:02:28 +01:00
parent f7af4eba9c
commit 4a58fd98f9
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ class extendableOption(Option):
def print_progress(iteration, total, prefix='', suffix='', decimals=1, bar_length=100):
"""
Call in a loop to create terminal progress bar
@params:
iteration - Required : current iteration (Int)
total - Required : total iterations (Int)