Closed james03160927 closed 4 months ago
Bug Fix: comfy node show all command was not showing anything with the latest change. print(result.stdout) -> this is necessary to make sure we see the prints on stdout.
comfy node show all
print(result.stdout)
Other changes should be related to integration tests.
Bug Fix:
comfy node show all
command was not showing anything with the latest change.print(result.stdout)
-> this is necessary to make sure we see the prints on stdout.Other changes should be related to integration tests.