Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 902f45f

Browse files
committed
Fixed dir intrumentation
1 parent bd85c8e commit 902f45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sflkit/instrumentation/dir_instrumentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ def instrument(
103103
continue
104104
else:
105105
self.handle_element(element, file_queue, src, dst, suffixes, check)
106-
self.events = self.file_instrumentation.events
106+
self.events = self.file_instrumentation.events
107107
LOGGER.info(f"I found {len(self.events)} events in {src}.")

0 commit comments

Comments
 (0)