Closed ArzelaAscoIi closed 1 year ago
Describe the bug After typing "n" for listing files it raises an exception
To Reproduce Steps to reproduce the behavior:
python3 -m deepset_cloud_sdk.cli list-files
Expected behavior No log line
Notes: this happens since the generator exits the context and does not close the loop properly with typer: Here: (workflow) here: CLI
Checklist
cc: @wochinge
Describe the bug After typing "n" for listing files it raises an exception
To Reproduce Steps to reproduce the behavior:
python3 -m deepset_cloud_sdk.cli list-files
for a wokspace with filesExpected behavior No log line
Notes: this happens since the generator exits the context and does not close the loop properly with typer: Here: (workflow) here: CLI
Checklist