1 parent a234959 commit bca59dfCopy full SHA for bca59df
1 file changed
httpdbg/hooks/template_sitecustomize.py
@@ -35,7 +35,7 @@ def _save_to_disk_loop(self):
35
if "dictionary changed size during iteration" in str(ex):
36
# This happens because some new requests are recorded (or existing ones updated) while
37
# 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
+ # Here we can ignore that exception, because this is only a best effort attempt to refresh
39
# the web interface. A last save is done before to exit the process.
40
logger().info(
41
"MultiProcess - _save_to_disk_loop - RuntimeError - dictionary changed size during iteration"
0 commit comments