📋 Metadata
- Author: roaoao
- Date: 2019-02-24 20:39:38
- Type:
answer - Reply to: post_01983
💬 Content
blndrusr:
@roaoao, can you somehow pass an argument when launching external script?
Yes, you can pass them like this:
execute_script("scripts/print.py", msg="My Message")
Use msg data in external scripts like this:
print(kwargs["msg"])