mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -05:00
minor typo fix
This commit is contained in:
parent
26650c77fc
commit
7fec74fc1a
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ class PersistentDataStructure(object):
|
|||
c = progress.UnsignedIntValue(val=0)
|
||||
m = progress.UnsignedIntValue(val=len(otherData))
|
||||
|
||||
with PB(c=c, m=m, verbose=self.verbose, interval=status_interval) as pb:
|
||||
with PB(count=c, max_count=m, verbose=self.verbose, interval=status_interval) as pb:
|
||||
pb.start()
|
||||
for k in otherData:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue