summaryrefslogtreecommitdiffstats
authorLucas de Vries <lucas@glacicle.org>2011-03-17 15:19:37 (GMT)
committer Lucas de Vries <lucas@glacicle.org>2011-03-17 15:19:37 (GMT)
commitf4c991bcfbe7a9866a6fc99dc485c78c1f04ff49 (patch) (side-by-side diff)
tree2358f58797685854927e401f992480f5d72993b9
parent7354cd321b12dbf9e97b1d54fa067bff7d702e0b (diff)
downloadanigrate-master.tar.gz
Fix season activate commandHEADmaster
Signed-off-by: Lucas de Vries <lucas@glacicle.org>
-rwxr-xr-xanigrate2
1 files changed, 1 insertions, 1 deletions
diff --git a/anigrate b/anigrate
index 87b67d5..c8699d0 100755
--- a/anigrate
+++ b/anigrate
@@ -2206,7 +2206,7 @@ def active(arg, selector):
continue
print("activate season = %d: %s..." % (sn, sel.title))
- sel.current = season
+ sel.current = sn
sel.eval_finished()
session.commit()