We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db56894 commit 1128eaaCopy full SHA for 1128eaa
rdagent/utils/env.py
@@ -262,7 +262,7 @@ def _get_path_stem(path: str) -> str | None:
262
f"/bin/sh -c 'timeout --kill-after=10 {self.conf.running_timeout_period} {entry}; "
263
+ "entry_exit_code=$?; "
264
+ (
265
- f"{_get_chmod_cmd(self.conf.mount_path)}"
+ f"{_get_chmod_cmd(self.conf.mount_path)}; "
266
# We don't have to change the permission of the cache and input folder to remove it
267
# + f"if [ -d {self.conf.mount_path}/cache ]; then chmod 777 {self.conf.mount_path}/cache; fi; " +
268
# f"if [ -d {self.conf.mount_path}/input ]; then chmod 777 {self.conf.mount_path}/input; fi; "
0 commit comments