mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 20:04:28 +01:00
Fix typo in exceptions.py
occured -> occurred
This commit is contained in:
committed by
GitHub
parent
1a30d00194
commit
e8d16d6823
@@ -37,7 +37,7 @@ class DuplicateOperationError(AgentException):
|
||||
|
||||
|
||||
class CommandExecutionError(AgentException):
|
||||
"""An error occured when trying to execute the command"""
|
||||
"""An error occurred when trying to execute the command"""
|
||||
|
||||
|
||||
class InvalidArgumentError(CommandExecutionError):
|
||||
|
||||
Reference in New Issue
Block a user