Fix running without arguments

develop
parent 6e311141ac
commit 289984be2f
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -14,7 +14,7 @@ using ArgParse
# If this is run without arguments, catch that before parsing
if isempty(ARGS)
BeefBLUP.beefblup()
return
exit()
end
# Setup the argument table

Loading…
Cancel
Save