Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/matchmaps/_phenix_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def rigid_body_refinement_wrapper(
if eff is None:
eff_contents = _auto_eff_refinement_template(phenix_style=phenix_style)
else:
with open(input_dir + eff) as file:
with open(input_dir / eff) as file:
eff_contents = file.read()

if (off_labels is None) or mr_on:
Expand Down
Loading