Skip to content

Commit

Permalink
Fix API parser to generate token file using correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan committed Mar 3, 2025
1 parent 2ff65bf commit ffc2400
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def generate_tokens(self):
pkg_name = os.path.split(self.pkg_path)[-1]
version = importlib.metadata.version(pkg_name)
pkg_root_path = self.pkg_path
self.namespace = self.namespace or pkg_name.replace("-", ".")

logging.info(
"package name: {0}, version:{1}, namespace:{2}".format(
Expand Down

0 comments on commit ffc2400

Please sign in to comment.