File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def set_binary_mode(fh):
7575
7676
7777class CommandLineParser (object ):
78- """ Parses the arguments to a search command.
78+ r """ Parses the arguments to a search command.
7979
8080 A search command line is described by the following syntax.
8181
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ def app_collection_installed(self):
184184 return collectionName in self .service .apps
185185
186186 def pathInApp (self , appName , pathComponents ):
187- """Return a path to *pathComponents* in *appName*.
187+ r """Return a path to *pathComponents* in *appName*.
188188
189189 `pathInApp` is used to refer to files in applications installed with
190190 `install_app_from_collection`. For example, the app `file_to_upload` in
You can’t perform that action at this time.
0 commit comments