Skip to content

Commit d69d527

Browse files
Merge pull request #270 from Ratio1/develop
fix(HOT): typo
2 parents df619c1 + 755f4a6 commit d69d527

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/business/container_apps/container_app_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def on_init(self):
292292
self._validate_runner_config()
293293

294294
self._extra_on_init()
295-
self.P(f"{self.__class_.__name__} initialized (version {__VER__})", color='g')
295+
self.P(f"{self.__class__.__name__} initialized (version {__VER__})", color='g')
296296
return
297297

298298
def _extra_on_init(self):

ver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VER__ = '2.9.730'
1+
__VER__ = '2.9.740'

0 commit comments

Comments
 (0)