| Index: utils/threading_utils.py
|
| diff --git a/utils/threading_utils.py b/utils/threading_utils.py
|
| index b56ae35453bd5ad69097cc59fd9fa161b67d52e7..9b2150e5f34963642a6fe59ba440009b3f7e85b6 100644
|
| --- a/utils/threading_utils.py
|
| +++ b/utils/threading_utils.py
|
| @@ -423,9 +423,11 @@ class Progress(object):
|
| """Queue information to print out.
|
|
|
| Arguments:
|
| + name: string to print out to describe something that was completed.
|
| raw: if True, prints the data without the header.
|
| - <name>: argument name is a name of a column. it's value is the increment
|
| - to the column, value is usually 0 or 1.
|
| + raw: if True, prints the data without the header.
|
| + <kwargs>: argument name is a name of a column. it's value is the increment
|
| + to the column, value is usually 0 or 1.
|
| """
|
| assert isinstance(name, str)
|
| assert isinstance(raw, bool)
|
|
|