Skip to content

Commit 2de77fd

Browse files
committed
Shorten label for linting.
1 parent 1ee9d59 commit 2de77fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ def setup(self, parallel, branch, test_with_PTY=False, **kwargs):
12021202
self.addSteps(
12031203
[
12041204
ShellCommand(
1205-
name="Set up compatibility symlink (will fail on <= 3.13 branches)",
1205+
name="Set up compatibility symlink",
12061206
command="[ -e Platforms/Apple ] || ln -s ../Apple Platforms/Apple",
12071207
),
12081208
Compile(

0 commit comments

Comments
 (0)