diff options
author | Philipp Ittershagen <pit@shgn.de> | 2017-04-03 21:01:50 +0200 |
---|---|---|
committer | Philipp Ittershagen <pit@shgn.de> | 2017-04-03 21:09:31 +0200 |
commit | adebed8ec87364cd8ae1a38597ae99e1b5a92a01 (patch) | |
tree | 6f082acb073634434aca7d4c805692cbc2f07122 /mesonbuild/optinterpreter.py | |
parent | 64e8f2c7bf781def278332ce665215ba79827297 (diff) | |
download | meson-adebed8ec87364cd8ae1a38597ae99e1b5a92a01.zip meson-adebed8ec87364cd8ae1a38597ae99e1b5a92a01.tar.gz meson-adebed8ec87364cd8ae1a38597ae99e1b5a92a01.tar.bz2 |
Enable File() objects as an input parameter to configure_file
The configure_file command raised an exception when an input was specified as a
File, because os.path.join does not take File objects directly. This patch
converts a File object to a string and adjusts the subsequent os.path.join
calls.
Diffstat (limited to 'mesonbuild/optinterpreter.py')
0 files changed, 0 insertions, 0 deletions