📋 Metadata
- Author: roaoao
- Date: 2018-04-11 02:43:04
- Type:
answer - Reply to: post_01321
💬 Content
chombor:
Is it possible to make execute path a little bit more flexible? Something like this
execute_script("<i>os.path.join(os.environ['ONEDRIVE'], </i>"Code/addons/addon.py"<i>)</i>")
Hi, check the code. Try to remove double quotes:
execute_script(<i>os.path.join(os.environ['ONEDRIVE'], </i>"Code/addons/addon.py"<i>)</i>)