cvlessis
Results
1
comments of
cvlessis
I think I found the issue here.... File: ./autogpt/commands/execute_code.py Line: 103 `if WORKING_DIRECTORY not in current_dir: ` The working directory is a PosixPath and needs to be casted to a...