Skip to content

Commit dd372f6

Browse files
Update makeLinks.R
1 parent 32564a2 commit dd372f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

R/makeLinks.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ process_one <- function(matrix, rel_name, ids, nc, rel_pairs_file, writetodisk,
339339
file = rel_pairs_file,
340340
row.names = FALSE, col.names = FALSE, append = TRUE, sep = ","
341341
)
342+
} else {
343+
if (verbose) cat("No related pairs to write.\n")
342344
}
343345
}
344346
if (gc == TRUE) {

0 commit comments

Comments
 (0)