Show More
@@ -1328,7 +1328,7 b' class progress(object):' | |||||
1328 | self.total = total |
|
1328 | self.total = total | |
1329 |
|
1329 | |||
1330 | def __enter__(self): |
|
1330 | def __enter__(self): | |
1331 | pass |
|
1331 | return self | |
1332 |
|
1332 | |||
1333 | def __exit__(self, exc_type, exc_value, exc_tb): |
|
1333 | def __exit__(self, exc_type, exc_value, exc_tb): | |
1334 | self.complete() |
|
1334 | self.complete() |
General Comments 0
You need to be logged in to leave comments.
Login now