Skip to content

Commit 982782c

Browse files
author
Ezra Peisach
committed
Correction for bond_dist program outputting bond_dist.log - not bond_dist.err
1 parent 61b4db8 commit 982782c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wwpdb/utils/dp/RcsbDpUtility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4100,7 +4100,7 @@ def __rcsbStep(self, op):
41004100
link_radii = self.__inputParamDict["cc_link_radii"]
41014101
cmd += " -link_radii " + link_radii
41024102
cmd += " > " + tPath + " 2>&1 ; cat " + tPath + " >> " + lPath
4103-
cmd += " ; cat bond_dist.err" + " >> " + lPath
4103+
cmd += " ; cat bond_dist.log" + " >> " + lPath
41044104
elif (op == "chem-comp-assign") or (op == "chem-comp-assign-skip") or (op == "chem-comp-assign-exact"):
41054105
# set up
41064106
#

0 commit comments

Comments
 (0)