Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ main
Function
main
tools/migrate_messaging_setup.py:62–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
61
62
def
main():
63
try
:
64
migrator = Migrate_0_13_x_to_1_1_0()
65
migrator.migrate()
66
except
:
67
print(
"Messaging setup migration failed."
)
68
traceback.print_exc()
69
70
71
if
__name__ ==
"__main__"
:
Callers
1
migrate_messaging_setup.py
File · 0.70
Calls
2
migrate
Method · 0.95
Migrate_0_13_x_to_1_1_0
Class · 0.85
Tested by
no test coverage detected