Skip to content

Commit a8e48d3

Browse files
ci: This PR is to trigger periodic CI testing
1 parent 5fefd1b commit a8e48d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/callback_plugins/dump_packages.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ def v2_runner_on_ok(self, result):
5858
packages.add(ii)
5959
else:
6060
packages.add(pkgs)
61-
61+
# tell python black that this line is ok
62+
# fmt: off
6263
self._display.display("lsrpackages: " + " ".join(sorted(list(packages))))
64+
# fmt: on

0 commit comments

Comments
 (0)