-
Notifications
You must be signed in to change notification settings - Fork 71
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
Update .py default app execution #1114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emtuls have you tried executing a python tool after this change? Python tools do not work as expected.
Packages in this PR
Installing the packages in this PR + libraries.python3.vm
in a minimal FLARE-VM installtion, running C:\Tools\DidierStevensSuite-8190354314d6f42c9ddc477a795029dc446176c5\strings.py -m
produces no output:
Packages from feed
After running choco install libraries.python3.vm didier-stevens-suite.vm didier-stevens-beta.vm
, running C:\Tools\DidierStevensSuite-8190354314d6f42c9ddc477a795029dc446176c5\strings.py -m
runs normally:
Interesting is also that it didn't ask me which tool I wanted to use to open the Python file. I wonder if the installation of another tool breaks this... 🤔
@Ana06 I believe this is because of If you either force install the version from this PR ( But no worries, I will update this package with a newer version for |
@emtuls I see, there was a newer common version in MyGet which means I was not testing this changes. Can you rebase to solve the merge conflicts please? I'll test it after that 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested! 🚀 Thanks @emtuls! 🎉
This fixes the issue with python files prompting for a default execution app noted here: #1085