Skip to content

Commit 164895a

Browse files
committed
format
1 parent 496f600 commit 164895a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

alluxiofs/client/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ def __init__(
8585
"CRITICAL",
8686
], "'log_level' should be one of 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'"
8787

88-
assert isinstance(log_dir, str) or log_dir is None, "'log_dir' should be a string or None"
88+
assert (
89+
isinstance(log_dir, str) or log_dir is None
90+
), "'log_dir' should be a string or None"
8991

9092
assert (
9193
isinstance(log_tag_allowlist, str) or log_tag_allowlist is None

0 commit comments

Comments
 (0)