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:
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.