run: prevent duplicates in missing archive warning
This commit is contained in:
committed by
Christian Helmuth
parent
941f785b7f
commit
ee91d7339c
@@ -296,6 +296,8 @@ proc check_for_missing_depot_archives { } {
|
||||
set local_user_archives {}
|
||||
set foreign_archives {}
|
||||
|
||||
set _missing_depot_archives [lsort -unique $_missing_depot_archives]
|
||||
|
||||
foreach archive $_missing_depot_archives {
|
||||
|
||||
set user [lindex $archive 0]
|
||||
|
||||
Reference in New Issue
Block a user