mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 19:57:39 +02:00
Improve the progress output.
This commit is contained in:
@@ -221,7 +221,7 @@ def progress_callback(progress, description = None):
|
||||
:param progress: Percentage of progress of the current procedure
|
||||
:type progress: int or float
|
||||
"""
|
||||
print("\rProgress: ", round(progress, 2), "\t\t", description or '', end = '\n')
|
||||
print("\rProgress: {0: 7.2f}\t\t{1:}".format(round(progress, 2), description or ''), end = '\n')
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user