Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files/cmake/example_scripts/make_quicky.py')
-rwxr-xr-xbuild_files/cmake/example_scripts/make_quicky.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/cmake/example_scripts/make_quicky.py b/build_files/cmake/example_scripts/make_quicky.py
index a1334d6fc83..51985e930ae 100755
--- a/build_files/cmake/example_scripts/make_quicky.py
+++ b/build_files/cmake/example_scripts/make_quicky.py
@@ -114,5 +114,6 @@ def main():
import subprocess
subprocess.call(cmd)
+
if __name__ == "__main__":
main()