Fixed flake8

pull/4547/head
Daniel Mensinger 6 years ago
parent e1719c5d37
commit 63e16fbcc3
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 2
      mesonbuild/backend/ninjabackend.py
  2. 2
      mesonbuild/mintro.py

@ -29,7 +29,7 @@ from .. import build
from .. import mlog from .. import mlog
from .. import dependencies from .. import dependencies
from .. import compilers from .. import compilers
from ..compilers import CompilerArgs, CCompiler, VisualStudioCCompiler, Compiler from ..compilers import CompilerArgs, CCompiler, VisualStudioCCompiler
from ..linkers import ArLinker from ..linkers import ArLinker
from ..mesonlib import File, MesonException, OrderedSet from ..mesonlib import File, MesonException, OrderedSet
from ..mesonlib import get_compiler_for_source, has_path_sep from ..mesonlib import get_compiler_for_source, has_path_sep

@ -480,7 +480,7 @@ def run(options):
# Load build data to make sure that the version matches # Load build data to make sure that the version matches
# TODO Find a better solution for this # TODO Find a better solution for this
_ = cdata.load(options.builddir) cdata.load(options.builddir)
results = [] results = []
toextract = [] toextract = []

Loading…
Cancel
Save