Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 2924557

Browse files
committed
processed directory contains files without indices
example: processed/jld-day15-parser--2016-09-17-05-39-23.json
1 parent 347153f commit 2924557

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

process.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ for dir in $DIRS; do
5454
python $SCRIPTS_DIR/process.py "$dir$PATCH" "$DATE" 6
5555
done
5656

57-
for i in 0 1 2 3 4 5
58-
do
59-
for PATCH in "${PATCHES[@]}"; do
57+
for PATCH in "${PATCHES[@]}"; do
58+
for i in 0 1 2 3 4 5
59+
do
6060
git add "raw/$dir$PATCH--$DATE--$i.log"
61-
git add "raw/orbit-$dir$PATCH--$DATE--$i.log"
62-
git add "processed/$dir$PATCH--$DATE--$i.json"
6361
done
62+
63+
git add "processed/$dir$PATCH--$DATE.json"
6464
done
6565

6666
cd $START

0 commit comments

Comments
 (0)