Skip to content

Commit

Permalink
Fix deprecation warning regarding invalid escape sequences.
Browse files Browse the repository at this point in the history
  • Loading branch information
tirkarthi authored and amysutedja committed Sep 10, 2020
1 parent 9badb9a commit 98ab7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion splunklib/searchcommands/internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def set_binary_mode(fh):


class CommandLineParser(object):
""" Parses the arguments to a search command.
r""" Parses the arguments to a search command.
A search command line is described by the following syntax.
Expand Down
2 changes: 1 addition & 1 deletion tests/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def app_collection_installed(self):
return collectionName in self.service.apps

def pathInApp(self, appName, pathComponents):
"""Return a path to *pathComponents* in *appName*.
r"""Return a path to *pathComponents* in *appName*.
`pathInApp` is used to refer to files in applications installed with
`install_app_from_collection`. For example, the app `file_to_upload` in
Expand Down

0 comments on commit 98ab7bb

Please sign in to comment.