Skip to content

Commit 682936d

Browse files
committed
fix format
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 0d664a7 commit 682936d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/scripts/test_pkgdev_mask.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,9 @@ def test_last_rites_with_email(self, tmp_path):
308308
for rflag in ("-r", "--rites"):
309309
with (
310310
os_environ(
311-
"VISUAL", EDITOR="sed -i '' '1s/$/mask comment/'", MAILER=f"> {output_file} echo"
311+
"VISUAL",
312+
EDITOR="sed -i '' '1s/$/mask comment/'",
313+
MAILER=f"> {output_file} echo",
312314
),
313315
patch("sys.argv", self.args + ["cat/pkg", rflag, "--email"]),
314316
pytest.raises(SystemExit),

0 commit comments

Comments
 (0)