diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-05 20:18:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-05 20:18:09 +0200 |
commit | 41b747c4c2ce4a6acba4e318249641fd41e91123 (patch) | |
tree | 7072400be8690ca2a9d8ed15826d4f776504e70a /src/__main__.py | |
parent | typo (diff) | |
download | blueshift-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 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index 535c43a..e514728 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -216,7 +216,7 @@ trans_delta = -1 :int In what direction are with transitioning? ''' -reset_on_error = True # TODO demo and document this +reset_on_error = True ''' :bool Whether to reset the colour curves if the configuration script runs into an exception that it did not handle |