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 'tests/performance/benchmark')
-rwxr-xr-xtests/performance/benchmark2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance/benchmark b/tests/performance/benchmark
index 4ca46a111e1..28e8cda5098 100755
--- a/tests/performance/benchmark
+++ b/tests/performance/benchmark
@@ -333,7 +333,7 @@ def main():
argv = sys.argv[2:]
blender_git_dir = find_blender_git_dir()
- if blender_git_dir == None:
+ if blender_git_dir is None:
sys.stderr.write('Error: no blender git repository found from current working directory\n')
sys.exit(1)