Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----settings.ini----
- [PREFERENCES]
- grace_period = 5
- tesseract_path = C:\Program Files\Tesseract-OCR\tesseract.exe
- dcs_path = C:\Users\user_1\Saved Games\DCS.Install1\
- db_name = profiles.db
- capture_key = ctrl+t
- log_raw_tesseract_output = false
- --------------------
- 2019-06-10 09:02:55,735:root: ERROR - Exception occurred
- Traceback (most recent call last):
- File "dcs_wp_editor.py", line 49, in <module>
- main()
- File "dcs_wp_editor.py", line 33, in main
- editor = WaypointEditor(settings)
- File "src\wp_editor.py", line 200, in __init__
- self.handler = KeybindsInput(settings)
- File "src\wp_editor.py", line 57, in __init__
- self.press = BindsManager("dcs-bios", self.logger, settings['PREFERENCES'])
- File "src\keybinds.py", line 99, in __init__
- self.binds_dict = parse_dcs_binds(preferences.get("dcs_path"))
- File "src\keybinds.py", line 51, in parse_dcs_binds
- bindstr = parse_reformers(bind)
- File "src\keybinds.py", line 23, in parse_reformers
- bindstr += (reformers[reformer.lower()] + "+")
- KeyError: 'rwin'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement