Skip to content

Commit

Permalink
Need to pass directories to find_and_update_from_json as seperate arg…
Browse files Browse the repository at this point in the history
…uments.
  • Loading branch information
jgraham committed Aug 12, 2014
1 parent 246b411 commit ec61221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wptrunner/wpttest.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _update_mozinfo(self, metadata_root):
dirs.add(path)
path = os.path.split(path)[0]

mozinfo.find_and_update_from_json(dirs)
mozinfo.find_and_update_from_json(*dirs)

class B2GRunInfo(RunInfo):
def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit ec61221

Please sign in to comment.