changeset 567:e1f5a99c41d9

Small build fix.
author wbell
date Tue, 19 May 2009 10:56:06 +0000
parents e198a8df81e9
children 84a45f7c9833
files bitten/model.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/model.py
+++ b/bitten/model.py
@@ -500,7 +500,7 @@
         if config is not None:
             where_clauses.append(("config=%s", config))
         if rev is not None:
-            where_clauses.append(("rev=%s", str(rev))
+            where_clauses.append(("rev=%s", str(rev)))
         if platform is not None:
             where_clauses.append(("platform=%s", platform))
         if slave is not None:
Copyright (C) 2012-2017 Edgewall Software