Remap: Refactor scripts #177
@ -85,7 +85,7 @@ def get_bbatch_command():
|
|||||||
"To update your .blend file references open the bbatch directory and run the following command"
|
"To update your .blend file references open the bbatch directory and run the following command"
|
||||||
)
|
)
|
||||||
print(
|
print(
|
||||||
f'python -m bbatch {variables[CRAWL_DIR_KEY]} --nosave --recursive --script {source_file} --args {variables[JSON_FILE_KEY]}'
|
f'python -m bbatch {variables[CRAWL_DIR_KEY]} --nosave --recursive --script {source_file} --args "{variables[JSON_FILE_KEY]}"'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user