Bug 1845361 - Fix linting. rs=linting DONTBUILD
This commit is contained in:
Родитель
0f3b3d2ee6
Коммит
bec81d0344
|
@ -7,4 +7,3 @@
|
|||
# Default extra components to build config
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Thunderbird", "Build Config")
|
||||
|
||||
|
|
|
@ -28,9 +28,9 @@ def extend_sys_path(topsrcdir):
|
|||
os.path.join(topsrcdir, "comm/python/sites/tb_common.txt"),
|
||||
)
|
||||
extend_path = [
|
||||
os.path.normcase(os.path.join(topsrcdir, pth.path))
|
||||
for pth in requirements.pth_requirements
|
||||
]
|
||||
os.path.normcase(os.path.join(topsrcdir, pth.path))
|
||||
for pth in requirements.pth_requirements
|
||||
]
|
||||
sys.path.extend(extend_path)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче