Skip to content
Snippets Groups Projects
Verified Commit 5647a8da authored by David Hoese's avatar David Hoese
Browse files

Fix syntax warning in incoming.py

parent c974f4fd
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ date_formats = { ...@@ -104,7 +104,7 @@ date_formats = {
def sanitize_name_format_for_glob(name_format, exclude="Yymd"): def sanitize_name_format_for_glob(name_format, exclude="Yymd"):
"""Replace all dated information in a name format (\%H, \%M, etc) with asterisks (*). """Replace all dated information in a name format (%%H, %%M, etc) with asterisks (*).
This allows the name format to be used in a glob pattern to search for the files it represents. This allows the name format to be used in a glob pattern to search for the files it represents.
I have not found an easy way besides this to use a name format for both date search and glob search. I have not found an easy way besides this to use a name format for both date search and glob search.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment