diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-01-23 20:00:00 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-01-23 22:02:37 +0200 |
commit | 8ec9b0a71ffa1043b17a11e594219971c9288600 (patch) | |
tree | 9af061db5305e1724779524bf90788eafdc59b35 /mesonbuild/mparser.py | |
parent | 8e9f0c954c08d959eb5ed52b726ab03855968cec (diff) | |
download | meson-8ec9b0a71ffa1043b17a11e594219971c9288600.zip meson-8ec9b0a71ffa1043b17a11e594219971c9288600.tar.gz meson-8ec9b0a71ffa1043b17a11e594219971c9288600.tar.bz2 |
Better error message when using = rather than : for defining keywords.
Diffstat (limited to 'mesonbuild/mparser.py')
-rw-r--r-- | mesonbuild/mparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mparser.py b/mesonbuild/mparser.py index 5871f65..6e1e398 100644 --- a/mesonbuild/mparser.py +++ b/mesonbuild/mparser.py @@ -1,4 +1,4 @@ -# Copyright 2014-2016 The Meson development team +# Copyright 2014-2017 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |