Skip to content

Commit 31532e3

Browse files
committed
do not apply ibeos-lfn-sort to json output
1 parent 77d0300 commit 31532e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/General/ibeos/das_client

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ if [ "${FORMAT}" = "json" ] ; then
6464
else
6565
echo "${QUERY_RESULTS}" > ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out
6666
fi
67+
cat ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out
68+
return
6769
else
6870
QUERY_RESULTS=$((curl -f -L -s "${QUERY_URL}" || true) | grep /store/ | sed 's| ||g;s|"||g;s|,||g')
6971
if (get_parent_cmds $$ 0 2>&1 || true) | grep -aq '/cmsDriver.py'; then

0 commit comments

Comments
 (0)