Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Sep 4, 2023
1 parent 458ad8c commit 3a3cfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-qgis/process_projectfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_location(invalid_token_error_msg: str) -> Optional[XmlLocationError]:

def contextualize(
invalid_token_error_msg: str, fh: io.BufferedReader
) -> Optional[tuple[str]]:
) -> Optional[tuple[str, str, str]]:
"""
Get a sanitized slice of the line where the exception occurred, with all faulty occurrences sanitized.
Returns the string as a 3-substring tuple to avoid tripping Docker Compose's stdout limitations.
Expand Down

0 comments on commit 3a3cfeb

Please sign in to comment.