-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function get_psl shoudl use logger instead of print #258
Labels
task
Doesn't change any behaviour
Comments
This would be a nice change. In general we have an odd setup of having a separate logging process that serlializes writes from the other python processes as well as from the Firefox extension. That might lead to some complications in fixing this. |
turban1988
added a commit
to turban1988/OpenWPM
that referenced
this issue
Feb 10, 2019
turban1988
added a commit
to turban1988/OpenWPM
that referenced
this issue
Feb 10, 2019
turban1988
added a commit
to turban1988/OpenWPM
that referenced
this issue
Feb 10, 2019
turban1988
added a commit
to turban1988/OpenWPM
that referenced
this issue
Feb 10, 2019
Zaxeli
pushed a commit
to Zaxeli/OpenWPM
that referenced
this issue
Aug 10, 2021
Zaxeli
pushed a commit
to Zaxeli/OpenWPM
that referenced
this issue
Aug 10, 2021
Zaxeli
pushed a commit
to Zaxeli/OpenWPM
that referenced
this issue
Aug 10, 2021
Zaxeli
pushed a commit
to Zaxeli/OpenWPM
that referenced
this issue
Aug 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I noticed that the function
get_psl()
usesprint
statements instead of a logger.https://github.com/mozilla/OpenWPM/blob/b3ead7e38892095950806e8bcbb2e1129c27ca96/automation/utilities/domain_utils.py#L17-L28
If desired, I can try to fix this over the weekend.
The text was updated successfully, but these errors were encountered: