Commit c621b66
committed
in clear() clear journals and node files.
AFAICT clear() is never called by current codebase, but this fixes a
flake8 issue where the loop variable (renamed to data_type) was unused
within loop. Also this triggerd a look at Database.clear() in
rdbms_common.py which was not clearing the journals.1 parent 2172652 commit c621b66
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments