We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f754d3 commit f8a9ec4Copy full SHA for f8a9ec4
entrypoint.sh
@@ -136,7 +136,7 @@ do
136
`# calculations, but only transform data structures.` \
137
`# See https://github.com/COMCIFS/cif_core/pull/561` \
138
-e "save_(reflns|diffrn_reflns)[.]limit_index_m_[1-8]_(min|max): .+ not contain evaluation" \
139
- -e "save_(refln|diffrn_refln|diffrn_standard_refln|exptl_crystal_face)[.]index_m_[1-8]: .+ not contain evaluation"
+ -e "save_(refln|diffrn_refln|diffrn_standard_refln|exptl_crystal_face)[.]index_m_[1-8]: .+ not contain evaluation" \
140
| sponge "${OUT_FILE}"
141
if [ -s "${OUT_FILE}" ]
142
then
0 commit comments