Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Conversation

dneto0
Copy link
Collaborator

@dneto0 dneto0 commented May 21, 2025

This is mostly written by @randomascii, reviewed by me.

randomascii and others added 3 commits April 28, 2025 15:53
IdentifyChromeProcesses.py was using pathByBrowserPid.has_key(parentPid)
and has_key doesn't exist in the dict type in Python 3. I'm not sure how
this slipped by but apparently UIforETW on my system now launches this
script with Python 3, which is good.

I tested the script with Python 2 and 3 and it now works with both
variants, although I'm not sure supporting Python 2 is particularly
important these days.
With the main UIforETW developer leaving Google the old repo has been
archived and all future development and releases will be at
https://github.com/randomascii/UIforETW. This change updates most
references to the old repo and updates the README file to explain what
has happened.
Copy link

google-cla bot commented May 21, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Contributor

@randomascii randomascii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - I'll post a new release on the new repo tomorrow - then the version files can be updated

@dneto0 dneto0 merged commit 42b8774 into google:main May 23, 2025
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants