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:
authorCampbell Barton <ideasman42@gmail.com>2018-07-03 08:12:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-03 08:12:24 +0300
commit646f8bdb4801b0376b3e4bd01bbac49a51c99940 (patch)
tree1844ac7a5a3f01da1b1ae2c1ce21cc1ff3d53de1 /tests/python/view_layer/test_scene_copy_b.py
parent00fc1d70a70694973c53d4974ed21ef888532d0a (diff)
Cleanup: pep8
Diffstat (limited to 'tests/python/view_layer/test_scene_copy_b.py')
-rw-r--r--tests/python/view_layer/test_scene_copy_b.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/python/view_layer/test_scene_copy_b.py b/tests/python/view_layer/test_scene_copy_b.py
index 1d53b56719d..73c6976c32c 100644
--- a/tests/python/view_layer/test_scene_copy_b.py
+++ b/tests/python/view_layer/test_scene_copy_b.py
@@ -24,9 +24,9 @@ class UnitTesting(ViewLayerTesting):
# note: nothing should change, so using `layers_simple.json`
filepath_layers_json_copy = os.path.join(ROOT, 'layers_simple.json')
self.do_scene_copy(
- filepath_layers_json_copy,
- 'LINK_OBJECTS',
- (get_scene_collections,))
+ filepath_layers_json_copy,
+ 'LINK_OBJECTS',
+ (get_scene_collections,))
# ############################################################