StaticAnalysis icon indicating copy to clipboard operation
StaticAnalysis copied to clipboard

runpy - potential for unpredictable behavior?

Open eljonny opened this issue 1 year ago • 1 comments

I see this in the workflow run output

<frozen runpy>:128: RuntimeWarning: 'src.static_analysis_cpp' found in sys.modules after import of package 'src', but prior to execution of 'src.static_analysis_cpp'; this may result in unpredictable behaviour

Here's the workflow run where it appears: https://github.com/eljonny/TestCPP/actions/runs/8916200432/job/24487180512

I don't know if this is an actual issue, or whether or not you have checked it out.

Just an observation.

Thanks so much for this task, it has been really helpful for my project!

eljonny avatar May 01 '24 23:05 eljonny

Didn't notice the error before, will investigate :eyes:

Thanks!

JacobDomagala avatar May 04 '24 11:05 JacobDomagala