Skip to content

Commit

Permalink
Bug 1690475 - Fix lint error on mach_commands.py. a=lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminSabou committed Feb 23, 2021
1 parent b7a8432 commit 960ace0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion remote/mach_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,9 @@ def create_parser_puppeteer():
action="store",
nargs="?",
default=None,
const=os.path.join(os.path.dirname(__file__), "test", "puppeteer-expected.json"),
const=os.path.join(
os.path.dirname(__file__), "test", "puppeteer-expected.json"
),
help="Path to write updated results to (defaults to the "
"expectations file if the argument is provided but "
"no path is passed)",
Expand Down

0 comments on commit 960ace0

Please sign in to comment.