mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
Skip dependency check for deleted files. (#26112)
This commit is contained in:
@@ -43,6 +43,9 @@ def categorize_changes(paths, verbose_command=None):
|
||||
additional_paths = set()
|
||||
|
||||
for path in paths:
|
||||
if not os.path.exists(path):
|
||||
continue
|
||||
|
||||
dependent_paths = mapper.get_dependent_paths(path)
|
||||
|
||||
if not dependent_paths:
|
||||
|
||||
Reference in New Issue
Block a user