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 ee45e1b commit bfbf463Copy full SHA for bfbf463
splunklib/searchcommands/logging.py
@@ -96,7 +96,7 @@ def configure(name, path=None):
96
'Logging configuration file "%s" not found in local or default '
97
'directory' % path)
98
elif not os.path.exists(path):
99
- raise ValueError('Logging configuration file "%s" not found')
+ raise ValueError('Logging configuration file "%s" not found')
100
101
if path is not None:
102
working_directory = os.getcwd()
0 commit comments