Skip to content

Commit bca59df

Browse files
committed
typo
1 parent a234959 commit bca59df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

httpdbg/hooks/template_sitecustomize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _save_to_disk_loop(self):
3535
if "dictionary changed size during iteration" in str(ex):
3636
# This happens because some new requests are recorded (or existing ones updated) while
3737
# trying to save the HTTPRecords object on the disk to share it with the main process.
38-
# Here we can ignore that exception, because this is only a best effort attempt to the refresh
38+
# Here we can ignore that exception, because this is only a best effort attempt to refresh
3939
# the web interface. A last save is done before to exit the process.
4040
logger().info(
4141
"MultiProcess - _save_to_disk_loop - RuntimeError - dictionary changed size during iteration"

0 commit comments

Comments
 (0)