mirror of
https://github.com/openai/codex.git
synced 2026-05-01 11:52:10 +03:00
more early return lines
This commit is contained in:
@@ -50,5 +50,6 @@ fn load_policy(policy_path: Option<String>) -> Result<codex_execpolicy2::Policy>
|
||||
let parser = PolicyParser::new(&path, &content);
|
||||
return Ok(parser.parse()?);
|
||||
}
|
||||
|
||||
Ok(load_default_policy()?)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user