Skip to content

Commit 1eda0d0

Browse files
committed
added TODOs
1 parent 1a7e7ae commit 1eda0d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/loggedfs/out.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ def event(
5656
):
5757

5858
if abs_path_fields is None:
59-
abs_path_fields = []
59+
abs_path_fields = [] # TODO tuple enough?
6060
if length_fields is None:
61-
length_fields = []
61+
length_fields = [] # TODO tuple enough?
6262
if uid_fields is None:
63-
uid_fields = []
63+
uid_fields = [] # TODO tuple enough?
6464
if gid_fields is None:
65-
gid_fields = []
65+
gid_fields = [] # TODO tuple enough?
6666
if fip_fields is None:
67-
fip_fields = []
67+
fip_fields = [] # TODO tuple enough?
6868

6969
def wrapper(func):
7070

0 commit comments

Comments
 (0)