Skip to content

Commit

Permalink
[FIX] linting after update dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanRijnhart authored and victoralmau committed Dec 18, 2024
1 parent 369f608 commit aad89e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def action_download_attachments(self):
"""Return action to:
* emit a warning message if no attachment found
* download a file if only 1 file found
* zip and download the list of attachment returns by `_get_downloadable_attachments`
* zip and download the list of attachment returns by
`_get_downloadable_attachments`
"""
attachments = self._get_downloadable_attachments()
if not attachments:
Expand Down

0 comments on commit aad89e8

Please sign in to comment.