mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
Update models/rfd3/src/rfd3/inference/input_parsing.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1129,7 +1129,7 @@ def ensure_input_is_abspath(args: Dict[str, Any], path: PathLike | None):
|
||||
Ensures the input source is an absolute path if exists, if not it will convert
|
||||
|
||||
args:
|
||||
spec: Inference specification for atom array
|
||||
args: Inference specification for atom array
|
||||
path: None or file to which the input is relative to.
|
||||
"""
|
||||
if isinstance(args, str):
|
||||
|
||||
Reference in New Issue
Block a user