diff options
Diffstat (limited to 'modules/modtest.py')
-rw-r--r-- | modules/modtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/modtest.py b/modules/modtest.py index e6d4c5f..2bfc04a 100644 --- a/modules/modtest.py +++ b/modules/modtest.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -def print_hello(args, kwargs): +def print_hello(state, args, kwargs): print('Hello from a Meson module') |