Bug 1845361 - Fix linting. rs=linting DONTBUILD

This commit is contained in:
Rob Lemley 2023-07-25 14:17:07 -04:00
Родитель 0f3b3d2ee6
Коммит bec81d0344
2 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -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)