MCPcopy 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
62def 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
71if __name__ == "__main__":

Callers 1

Calls 2

migrateMethod · 0.95

Tested by

no test coverage detected