Make Task.Task.hcode a hashable value

This commit is contained in:
Thomas Nagy 2017-02-12 15:42:40 +01:00
parent 497f028a95
commit d7822a04de
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class Task(evil):
after = []
"""List of task class names to execute after instances of this class"""
hcode = ''
hcode = Utils.SIG_NIL
"""String representing an additional hash for the class representation"""
keep_last_cmd = False