Skip to content

Commit

Permalink
Appease the linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandyer committed Mar 27, 2023
1 parent 6b26602 commit 726414e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@
dest: "/home/amnesia/.local/share/gnome-shell/extensions/[email protected]/"
owner: amnesia
group: amnesia

- name: Copy the symbolic icon used for the shell extension in Persistent Storage
become: yes
copy:
src: securedrop-symbolic.png
dest: "{{ tails_config_live_dotfiles }}/.local/share/gnome-shell/extensions/[email protected]/icons/"
owner: amnesia
group: amnesia

- name: Copy the symbolic icon used for the shell extension in the running system
become: yes
copy:
Expand Down
2 changes: 1 addition & 1 deletion securedrop/i18n_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def set_translate_messages_parser(self, subps: _SubParsersAction) -> None:
)
translations_dir = join(dirname(realpath(__file__)), "translations")
extension_location = join(dirname(realpath(__file__)), "..", LOCALE_DIR["extension"])
sources = join(".,source_templates,journalist_templates,",extension_location)
sources = join(".,source_templates,journalist_templates,", extension_location)
self.set_translate_parser(parser, translations_dir, sources)
mapping = "babel.cfg"
parser.add_argument(
Expand Down

0 comments on commit 726414e

Please sign in to comment.