We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa4a2a commit 88b7899Copy full SHA for 88b7899
1 file changed
dialog_test/flowtest.py
@@ -93,7 +93,6 @@ def processFile(flowfile:str, watsonSDKVersion:str):
93
# print()
94
95
print()
96
- #print('Running Conversational Flow: {} ({})'.format(flowfile, flow.shape[0]))
97
print('Running Conversational Flow: {} ({})'.format(flowfile, len(flow)))
98
results = ft.runFlowTest(workspace_id=workspace_id, flow=flow, show_progress=True, version=watsonSDKVersion)
99
0 commit comments