SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Need to make the file path that is sent to watchdog be set to 'raw' #211

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

image

SimonBiggs commented 6 years ago

Occurs after first variable fetch:

image

SimonBiggs commented 6 years ago

This is actually occuring due to the watchdog filepath, with Windows filepaths being interpreted as escapes. Need to set the string to 'raw'.