You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this check is trying to make sure that it handles both cases SEPTransport.jl and SEPTransport with and implied .jl suffix. Maybe it makes sense to trim a trailing .jl at the top of the script and then the rest of the code can assume that there is no trailing .jl
# rename if [[ $REPO==*.jl ]]
then
mv src/$DEFAULT_REPO.jl src/$REPOelse
mv src/$DEFAULT_REPO.jl src/$REPO.jl
fi
I created a package named
SEPTransport.jl
from AlgebraicTemplate.I followed the steps in the readme:
The title in the README became
SEPTransport.jl.jl
i.e. It added an extra.jl
.The text was updated successfully, but these errors were encountered: