Skip to content

Commit

Permalink
fix: comment out data removal in zip script to prevent deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Feb 7, 2025
1 parent 40845b4 commit f9e4e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cellmap_segmentation_challenge/utils/zip.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ cd ..
zip -r "$ZIP_NAME" "$DATA_DIR"

# Remove the data folder after zipping
rm -rf "$DATA_DIR"
# rm -rf "$DATA_DIR"

0 comments on commit f9e4e5c

Please sign in to comment.