clean code

This commit is contained in:
yuanmengqi
2025-06-10 04:06:54 +00:00
parent caf487b7cc
commit 7315aec6e6
29 changed files with 8 additions and 749 deletions

View File

@@ -105,8 +105,6 @@ def get_vm_file(env, config: Dict[str, Any]) -> Union[Optional[str], List[Option
_path = os.path.join(env.cache_dir, d)
file = env.controller.get_file(p)
if file is None:
#return None
# raise FileNotFoundError("File not found on VM: {:}".format(config["path"]))
if i in gives:
cache_paths.append(None)
continue