diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-07-02 19:14:09 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-07-02 19:52:53 +0530 |
commit | d6a9b4cc793707d92055abd4086cf6240bfae1f3 (patch) | |
tree | c4c3845f105bc6bd63c52feeb848a22089ca9655 /mesonbuild/interpreter.py | |
parent | a1d9adba096589122aefc50fb9429ec0ce0432b9 (diff) | |
download | meson-d6a9b4cc793707d92055abd4086cf6240bfae1f3.zip meson-d6a9b4cc793707d92055abd4086cf6240bfae1f3.tar.gz meson-d6a9b4cc793707d92055abd4086cf6240bfae1f3.tar.bz2 |
Contributing.md: Document procedure for new features [skip ci]
Diffstat (limited to 'mesonbuild/interpreter.py')
-rw-r--r-- | mesonbuild/interpreter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/interpreter.py b/mesonbuild/interpreter.py index e39abd8..06d80ab 100644 --- a/mesonbuild/interpreter.py +++ b/mesonbuild/interpreter.py @@ -329,7 +329,7 @@ This will become a hard error in the future''') return args[1] raise InterpreterException('Entry %s not in configuration data.' % name) - @FeatureNew('configuration_data.get_unquoted', '0.44.0') + @FeatureNew('configuration_data.get_unquoted()', '0.44.0') def get_unquoted_method(self, args, kwargs): if len(args) < 1 or len(args) > 2: raise InterpreterException('Get method takes one or two arguments.') |