Skip to content

Commit 08dbd95

Browse files
committed
fix invalid verbosity
1 parent fde7e7c commit 08dbd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_meta.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ subroutine get_mpi_runner(command,verbose,error)
864864

865865
! Try several commands
866866
do itri=1,size(try)
867-
call find_command_location(trim(try(itri)),command%s,verbose=.true.,error=error)
867+
call find_command_location(trim(try(itri)),command%s,verbose=verbose,error=error)
868868
if (allocated(error)) cycle
869869

870870
! Success!

0 commit comments

Comments
 (0)