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

YAML depreciated warning, and a WNDPROC error. Is it possible to pass %1? #2

Open
diVineProportion opened this issue Jul 30, 2019 · 0 comments

Comments

@diVineProportion
Copy link

so if I run

name: 'random-settings'
title: 'Settings'
exists: [^allfiles]
tree:
    defrag:
        title: 'BLK Unpacker'
        icon: 
            handler: 'exefile'
            executable: 'I:\WarThunder\icon.ico'
        action: '"C:\Program Files (PE)\wt-tools\blk_unpack.exe" --format strict_blk %1'

i get

PS C:\WINDOWS\system32> python.exe C:\Users\diVine\Downloads\context-menu-maker-master\main.py C:\Users\diVine\Downloads\context-menu-maker-master\examples\simple.yml run
C:\Users\diVine\Downloads\context-menu-maker-master\contextdocparser.py:13: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  self.documentObject = yaml.load(document)
Python WNDPROC handler failed

YAML depreciated warning, and a WNDPROC error. Is it possible to pass %1?

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

1 participant