Skip to content

Commit 23ca75b

Browse files
committed
Add additional debug output
1 parent ef97a75 commit 23ca75b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy/server/update.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ def propagate_changes_using_dependencies(
238238
# dependency loop that loops back to an originally processed module.
239239
up_to_date_modules = set()
240240
targets_with_errors = set()
241+
if DEBUG:
242+
print('triggered:', list(triggered))
241243

242244

243245
def find_targets_recursive(

0 commit comments

Comments
 (0)