acecalisto3 commited on
Commit
054c771
·
verified ·
1 Parent(s): ef58db7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -333,7 +333,7 @@ class AIAgent:
333
  print("Please provide input.")
334
  except (InvalidActionError, InvalidInputError, CodeGenerationError, CodeRefinementError,
335
  CodeTestingError, CodeIntegrationError, AppTestingError, WorkspaceExplorerError,
336
- PromptManagementError, SearchError) as e: # Add closing parenthesis here
337
  print(f"Error: {e}")
338
 
339
  def run(self):
 
333
  print("Please provide input.")
334
  except (InvalidActionError, InvalidInputError, CodeGenerationError, CodeRefinementError,
335
  CodeTestingError, CodeIntegrationError, AppTestingError, WorkspaceExplorerError,
336
+ PromptManagementError, SearchError) as e:
337
  print(f"Error: {e}")
338
 
339
  def run(self):