From e1bf9c05f9f6a3b0c3cf676a26097fbbcf9bd826 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 19 May 2022 21:25:25 -0400 Subject: use raw strings to pacify pytest --- python/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/interaction.py') diff --git a/python/interaction.py b/python/interaction.py index ba9da5a3..2331b586 100644 --- a/python/interaction.py +++ b/python/interaction.py @@ -1195,7 +1195,7 @@ def get_choice_input(prompt, title, choices): def get_open_filename_input(prompt: str, ext: str = "") -> Optional[str]: - """ + r""" ``get_open_filename_input`` prompts the user for a file name to open .. note:: This API functions differently on the command-line vs the UI. In the UI a pop-up is used. On the command-line \ -- cgit v1.3.1