Commit 04965f5
committed
fix: Resolve F821 error and duplicate timestamp; enhance KB logging
This commit addresses two new issues introduced in recent changes:
- Corrected an F821 'Undefined name os' error in by adding the missing import.
- Fixed a in which was a result of an incorrect merge during rebase.
Additionally, this commit finalizes the implementation of the 'Knowledge Base'
logging format in by ensuring that
for operations is correctly fetched from the graph store. This
guarantees that the new log format fully adheres to the design specifications,
providing complete and accurate information for update events.1 parent b659477 commit 04965f5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments