Skip to content

Commit

Permalink
zeffiro_downloader: fix syntax error caused by missing line continuat…
Browse files Browse the repository at this point in the history
…ion marker
  • Loading branch information
SeSodesa committed Oct 2, 2023
1 parent 689659e commit 75f246f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zeffiro_downloader.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ function zeffiro_downloader( kwargs )
cd ( program_path ) ;

if kwargs.run_setup
zeffiro_setup ( ...
"submodules", kwargs.submodules
) ;
zeffiro_setup ( "submodules", kwargs.submodules ) ;
end

cd ( current_folder ) ;
Expand Down

0 comments on commit 75f246f

Please sign in to comment.