Skip to main content

Run Python Script

Overview


Runs a Python Script...

Input

Python

Python Script

NameRequiredDescription
PackagesThe packages to be used in this script - they will be checked before each run and installed if not present
Upload script
NameRequiredDescription
Input ArgumentsA collection of input arguments, which can be accessed within your Script using sys.argv.

Logging

NameRequiredDescription
Log LevelWhat level of logging do you want to output? (None reccomended) These are visible in Output View, errors will always be displayed.

Output

Python Output An Action Output object defined in the python script