Skip to content

Commit

Permalink
Fix path for contact surfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Mar 23, 2024
1 parent 5251308 commit 8122030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/composite_chunk_cs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output_chunk=`basename $1 .json`
just_in_case rm -rf remap
try mkdir remap

try download_children $1 $FILE_PATH/$SCRATCH
try download_children $1 $FILE_PATH/scratch

try python3 $SCRIPT_PATH/merge_chunks_cs.py $1

Expand Down

0 comments on commit 8122030

Please sign in to comment.