mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-14 11:33:10 +00:00
Fix running without arguments
This commit is contained in:
parent
6e311141ac
commit
289984be2f
1 changed files with 1 additions and 1 deletions
2
beefblup
2
beefblup
|
@ -14,7 +14,7 @@ using ArgParse
|
||||||
# If this is run without arguments, catch that before parsing
|
# If this is run without arguments, catch that before parsing
|
||||||
if isempty(ARGS)
|
if isempty(ARGS)
|
||||||
BeefBLUP.beefblup()
|
BeefBLUP.beefblup()
|
||||||
return
|
exit()
|
||||||
end
|
end
|
||||||
|
|
||||||
# Setup the argument table
|
# Setup the argument table
|
||||||
|
|
Loading…
Reference in a new issue