Skip to content

Commit

Permalink
Merge pull request mozilla#288 from vaibhavmagarwal/fix-query
Browse files Browse the repository at this point in the history
Fixing default value of QUERY_SOURCE
  • Loading branch information
vaibhavmagarwal committed Jul 7, 2015
2 parents d813af4 + 8a8afa4 commit 14eb588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozci/mozci.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
SCHEDULING_MANAGER = {}

# Default value of QUERY_SOURCE
QUERY_SOURCE = BuildApi
QUERY_SOURCE = BuildApi()


def set_query_source(query_source="buildapi"):
Expand Down

0 comments on commit 14eb588

Please sign in to comment.