Skip to content

Commit b446435

Browse files
committed
t
1 parent 50d3781 commit b446435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webscrapbook/scrapbook/host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __enter__(self):
8787
return self.lock
8888

8989
def __exit__(self, exc_type, exc_value, traceback):
90-
print(f'exit {self.lock.id}')
90+
print(f'exit {self.lock.id} {self.lock.locked!r}')
9191
if self.lock.locked:
9292
self.lock.release()
9393

0 commit comments

Comments
 (0)