# HG changeset patch # User wbell # Date 1242730566 0 # Node ID e1f5a99c41d9f84609fbcdb75e2133af45cdae41 # Parent e198a8df81e90f10befe83b71c18fb14a4b1623d Small build fix. diff --git a/bitten/model.py b/bitten/model.py --- 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: