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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-10-29 10:33:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-30 07:37:28 +0300
commitb39a0d519871844f74be12cbeff31e4a6edb6e41 (patch)
tree86b192982cecc18975a69997d1f2f57c1157966e /system_demo_mode/config.py
parent7fb1a1ca26c519d12ffb3973f68fa50f306d7456 (diff)
Cleanup: style
Diffstat (limited to 'system_demo_mode/config.py')
-rw-r--r--system_demo_mode/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_demo_mode/config.py b/system_demo_mode/config.py
index 24e25be5..b3a7aad4 100644
--- a/system_demo_mode/config.py
+++ b/system_demo_mode/config.py
@@ -65,7 +65,7 @@ def as_string(dirpath, random_order, exit, **kwargs):
"\n",
"exit = %r\n" % exit,
"\n",
- ]
+ ]
# All these work but use nicest formatting!
if 0: # works but not nice to edit.