Skip to content

Commit

Permalink
Add mkdir for community result folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut committed Aug 1, 2024
1 parent 8ca261e commit fff676f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/get_community_tutorials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ else
if [[ -d "$com_data_fp" && ! -L "$com_data_fp" ]]; then
community=`basename "$com_data_fp"`

echo "$community";
echo "$community"

if [[ -f "data/communities/$community/tutorial_tags" && -f "results/$community/tutorials.tsv" ]]; then
if [[ -f "data/communities/$community/tutorial_tags" ]]; then
mkdir -p "results/$community/"

python bin/extract_gtn_tutorials.py \
filter \
Expand Down

0 comments on commit fff676f

Please sign in to comment.