mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-13 03:03:08 +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 isempty(ARGS)
|
||||
BeefBLUP.beefblup()
|
||||
return
|
||||
exit()
|
||||
end
|
||||
|
||||
# Setup the argument table
|
||||
|
|
Loading…
Reference in a new issue