9 lines
267 B
Python
Executable File
9 lines
267 B
Python
Executable File
datafile = args[0]
|
|
|
|
config = load_data(datafile+"|scripts/config.json")
|
|
config_file = get_attributes(datafile+"|scripts")["config"]
|
|
|
|
with open(config_file, 'w') as f:
|
|
f.write(config)
|
|
|
|
App.getInstance().getMainFrame().openScriptOrProcessor(config_file) |