Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 1128099 - Make GaiaMixin extend TransferMixin, since it uses load…
Browse files Browse the repository at this point in the history
…_json_from_url
  • Loading branch information
Jonathan Griffin committed Mar 20, 2015
1 parent 8c100fa commit 5ecea46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mozharness/mozilla/gaia.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

from mozharness.base.errors import HgErrorList, BaseErrorList, ZipErrorList
from mozharness.base.log import ERROR, FATAL
from mozharness.base.transfer import TransferMixin

gaia_config_options = [
[["--gaia-dir"],
Expand All @@ -28,7 +29,7 @@
}],
]

class GaiaMixin(object):
class GaiaMixin(TransferMixin):

npm_error_list = BaseErrorList + [
{'substr': r'''npm ERR! Error:''', 'level': ERROR}
Expand Down

0 comments on commit 5ecea46

Please sign in to comment.