Skip to content

Commit bfbf463

Browse files
author
David Noble
committed
Corrected indentation
Signed-off-by: David Noble <[email protected]>
1 parent ee45e1b commit bfbf463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/searchcommands/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def configure(name, path=None):
9696
'Logging configuration file "%s" not found in local or default '
9797
'directory' % path)
9898
elif not os.path.exists(path):
99-
raise ValueError('Logging configuration file "%s" not found')
99+
raise ValueError('Logging configuration file "%s" not found')
100100

101101
if path is not None:
102102
working_directory = os.getcwd()

0 commit comments

Comments
 (0)