Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodriguez committed Nov 6, 2023
1 parent db13c1b commit e7b276a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion platform/panduza_platform/core/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


PLATFORM_VERSION='0.1.0'
PLATFORM_VERSION='0.3.0'

Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ def _PZA_DEV_config(self):
async def _PZA_DEV_mount_interfaces(self):
"""
"""
self.log.info("mount !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")

itf_platform = InterfacePanduzaPlatform(name="test")
self.mount_interface(itf_platform)

self.log.info(f"mount !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! {self.settings}")


0 comments on commit e7b276a

Please sign in to comment.