From cf623fd25b942c4f79d2c156e4cbcb622f061f46 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 8 Jan 2021 15:55:09 -0500 Subject: Rename global metadata to local metadata. (#1231) Fixes #828 --- cpp/src/Slice/Python.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Slice/Python.cpp') diff --git a/cpp/src/Slice/Python.cpp b/cpp/src/Slice/Python.cpp index 7f9abaccc3f..524c9831d0d 100644 --- a/cpp/src/Slice/Python.cpp +++ b/cpp/src/Slice/Python.cpp @@ -685,7 +685,7 @@ Slice::Python::compile(const vector& argv) } // - // Check if the file contains the python:pkgdir global metadata. + // Check if the file contains the python:pkgdir file metadata. // const string pkgdir = getPackageDirectory(icecpp->getFileName(), u); -- cgit v1.2.3