Skip to content

Commit

Permalink
Backed out changeset fec3dc168176 (bug 1866176) for causing bug 18674…
Browse files Browse the repository at this point in the history
…94 CLOSED TREE

UltraBlame original commit: 83540410d1e22cc835d53d6657dd072b4a166d7f
  • Loading branch information
marco-c committed Nov 30, 2023
1 parent f1b4279 commit 7f6e4c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 41 deletions.
17 changes: 0 additions & 17 deletions python/mozbuild/mozpack/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -6006,12 +6006,7 @@
.
base
=
mozpath
.
normsep
(
base
)

self
.
Expand Down Expand Up @@ -6928,19 +6923,7 @@
.
ignore
=
tuple
(
mozpath
.
normsep
(
path
)
for
path
in
ignore
)

self
.
Expand Down
35 changes: 11 additions & 24 deletions python/mozlint/mozlint/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3182,13 +3182,13 @@
result
.
returncode
def
main
(
)
-
>
int
if
__name__
=
=
"
__main__
"
:

parser
Expand All @@ -3208,27 +3208,14 @@
)
)

return
run
(
*
*
args
)
if
__name__
=
=
"
__main__
"
:

sys
.
exit
(
main
run
(
*
*
args
)
)

0 comments on commit 7f6e4c1

Please sign in to comment.