Skip to content

Commit

Permalink
fix: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz authored May 7, 2024
1 parent b10717b commit bea2fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ for name in "${NAMES[@]}"; do
if [[ "$name" == "zhihan" ]]; then
# Copy only files in the range 981-1031 for zhihan
for file in data/raw/*"$name"*py; do
if [[ "$file" =~ .*[[:digit:]]{4}_(981|98[2-9]|99[0-9]|100[0-9]|101[0-9]|102[0-9]|1031)_zhihan.*py ]]; then
if [[ "$file" =~ .*[[:digit:]]{4}_(981|98[2-9]|99[0-9]|100[0-9]|101[0-9]|102[0-9]|1031)_* ]]; then
cp "$file" data/clean/
fi
done
Expand Down

0 comments on commit bea2fdb

Please sign in to comment.