]> git.madduck.net Git - etc/taskwarrior.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

TaskFilter: Fix typo when normalizing input
authorTomas Babej <tomasbabej@gmail.com>
Sun, 15 Mar 2015 16:13:29 +0000 (17:13 +0100)
committerTomas Babej <tomasbabej@gmail.com>
Mon, 16 Mar 2015 16:05:40 +0000 (17:05 +0100)
tasklib/task.py

index 0283f6f372157b457c8dba729e45eb259767c3e2..8a2ea7af0c480c0fab3f77633f7d380e7143e0d4 100644 (file)
@@ -704,7 +704,7 @@ class TaskFilter(SerializingObject):
         attribute_key = key.split('.')[0]
 
         # Since this is user input, we need to normalize before we serialize
-        value = self._normalize(key, value)
+        value = self._normalize(attribute_key, value)
         value = self._serialize(attribute_key, value)
 
         # If we are filtering by uuid:, do not use uuid keyword