We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9698946 commit bc9e8cfCopy full SHA for bc9e8cf
README.md
@@ -215,11 +215,11 @@ To retry problem items:
215
216
``` bash
217
#
218
-tmp=$(grep -E "(x[mtw]|x[md])\r?$" /data/leaf-bagger/_leaf_bagger_audit_2025-01-03T_15-08-06.csv | head -30 | cut -d ',' -f1 | tr '\n' ' ')
+tmp=$(grep -E "(s[mtw]|x[md])\r?$" /data/leaf-bagger/_leaf_bagger_audit_2025-01-03T_15-08-06.csv | head -30 | cut -d ',' -f1 | tr '\n' ' ')
219
for item in $tmp; do
220
./venv/bin/python3 leaf-bagger.py \
221
--server ${BAGGER_DRUPAL_URL} \
222
- --output /tmp/z.csv \
+ --output /tmp/force_single_node_${item}_$(date +"%Y-%m-%dT_%H-%M-%S").csv \
223
--force_single_node ${item} \
224
--container ${OS_CONTAINER} \
225
--error_log /tmp/error-$(date +"%Y-%m-%dT_%H-%M-%S").log \
0 commit comments