Skip to content

Commit

Permalink
Improvement recommended during PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Mar 15, 2023
1 parent 558d522 commit 513c0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/isbin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for f in $@; do
*) echo "Error: unsupported operating system $OS" >&2; exit 1;;
esac
if [ $size -gt $size_threshold ]; then
echo "file exceeds maximum allowable size"
echo "file exceeds maximum allowable size of $size_threshold bytes"
echo "raw data and ipynb files should go in scico-data"
exit 2
fi
Expand Down

0 comments on commit 513c0dc

Please sign in to comment.