summaryrefslogtreecommitdiffstats
path: root/examples/comprehensive
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-05 20:18:09 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-05 20:18:09 +0200
commit41b747c4c2ce4a6acba4e318249641fd41e91123 (patch)
tree7072400be8690ca2a9d8ed15826d4f776504e70a /examples/comprehensive
parenttypo (diff)
downloadblueshift-41b747c4c2ce4a6acba4e318249641fd41e91123.tar.gz
blueshift-41b747c4c2ce4a6acba4e318249641fd41e91123.tar.bz2
blueshift-41b747c4c2ce4a6acba4e318249641fd41e91123.tar.xz
document and demo reset_on_error
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/comprehensive')
-rw-r--r--examples/comprehensive7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/comprehensive b/examples/comprehensive
index 7510744..b95e5c3 100644
--- a/examples/comprehensive
+++ b/examples/comprehensive
@@ -338,6 +338,13 @@ uses_adhoc_opts = True
'''
+reset_on_error = True
+'''
+:bool Whether to reset the colour curves if the configuration script
+ runs into an exception that it did not handle
+'''
+
+
# Get --reset from Blueshift ad-hoc settigns
doreset = parser.opts['--reset']