We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7e7ae commit 1eda0d0Copy full SHA for 1eda0d0
src/loggedfs/out.py
@@ -56,15 +56,15 @@ def event(
56
):
57
58
if abs_path_fields is None:
59
- abs_path_fields = []
+ abs_path_fields = [] # TODO tuple enough?
60
if length_fields is None:
61
- length_fields = []
+ length_fields = [] # TODO tuple enough?
62
if uid_fields is None:
63
- uid_fields = []
+ uid_fields = [] # TODO tuple enough?
64
if gid_fields is None:
65
- gid_fields = []
+ gid_fields = [] # TODO tuple enough?
66
if fip_fields is None:
67
- fip_fields = []
+ fip_fields = [] # TODO tuple enough?
68
69
def wrapper(func):
70
0 commit comments