Skip to content
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

LabScripts GeneralTracing UnboundLocalError in SummarizeData.py #101

Closed
CalebRouleau opened this issue Apr 27, 2017 · 1 comment
Closed

Comments

@CalebRouleau
Copy link
Contributor

Traceback (most recent call last):\r\r\n File "SummarizeData.py", line 123, in \r\r\n sys.exit(main())\r\r\n File "SummarizeData.py", line 113, in main\r\r\n ['dwm.exe', 'csrss.exe'], 'GPU usage', 'ms', results)\r\r\n File "SummarizeData.py", line 102, in Summarize\r\r\n 'value' : other_process})\r\r\nUnboundLocalError: local variable 'other_process' referenced before assignment\r\r\n

I have a fix that I will send soon

@randomascii
Copy link
Contributor

Weird. It looks like that should only happen if there are no other processes that use CPU time, which seems like some sort of fantastical crazy land. I wonder if that is actually what happened or if something in the trace processing broke.

Either way, not crashing would be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants