Skip to content

Commit

Permalink
Avoid UnboundLocalError upon "bogus" usage of ./mach create-wpt
Browse files Browse the repository at this point in the history
  • Loading branch information
simartin committed Nov 8, 2015
1 parent 92f9e58 commit 3b087d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/servo/testing_commands.py
Expand Up @@ -598,4 +598,5 @@ def run_create(self, **kwargs):
wpt_kwargs = vars(p.parse_args(args))
self.context.commands.dispatch("test-wpt", self.context, **wpt_kwargs)

proc.wait()
if editor:
proc.wait()

0 comments on commit 3b087d4

Please sign in to comment.