fix: failure when build directory contains spaces #73
Annotations
10 errors
pylib/gyp/MSVSSettings.py#L144
pylib/gyp/MSVSSettings.py:144:12: PLR1714 Consider merging multiple comparisons: `value not in ("true", "false")`. Use a `set` if the elements are hashable.
|
pylib/gyp/generator/analyzer.py#L382
pylib/gyp/generator/analyzer.py:382:13: PLR1714 Consider merging multiple comparisons: `target_type in ("executable", "shared_library")`. Use a `set` if the elements are hashable.
|
pylib/gyp/generator/analyzer.py#L454
pylib/gyp/generator/analyzer.py:454:9: PLR1714 Consider merging multiple comparisons: `target.match_status in (MATCH_STATUS_MATCHES, MATCH_STATUS_MATCHES_BY_DEPENDENCY)`. Use a `set` if the elements are hashable.
|
pylib/gyp/generator/android.py#L700
pylib/gyp/generator/android.py:700:12: PLR1714 Consider merging multiple comparisons: `self.type not in ("static_library", "shared_library")`. Use a `set` if the elements are hashable.
|
pylib/gyp/generator/make.py#L1066
pylib/gyp/generator/make.py:1066:16: PLR1714 Consider merging multiple comparisons: `self.flavor in ("zos", "aix")`. Use a `set` if the elements are hashable.
|
pylib/gyp/generator/msvs.py#L279
pylib/gyp/generator/msvs.py:279:12: E721 Do not compare types, use `isinstance()`
|
pylib/gyp/input.py#L697
pylib/gyp/input.py:697:8: E721 Do not compare types, use `isinstance()`
|
pylib/gyp/input.py#L1325
pylib/gyp/input.py:1325:35: E721 Do not compare types, use `isinstance()`
|
pylib/gyp/input.py#L1388
pylib/gyp/input.py:1388:34: E721 Do not compare types, use `isinstance()`
|
pylib/gyp/input.py#L1402
pylib/gyp/input.py:1402:14: E721 Do not compare types, use `isinstance()`
|
The logs for this run have expired and are no longer available.
Loading