Skip to content

Commit 526c51d

Browse files
committed
fix style
1 parent d424fd8 commit 526c51d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,6 +1839,7 @@ def _python_checkpatchfiles():
18391839
"MIT", "BSD", "BSD-3-Clause", "BSD 3-Clause License", "BSD or Apache License, Version 2.0",
18401840
"MIT license", "PSF", "BSD-3-Clause OR Apache-2.0", "Apache", "Apache License", "new BSD",
18411841
"(Apache-2.0 OR BSD-3-Clause) AND PSF-2.0", "Apache 2.0", "MPL-2.0", "BSD 3-Clause",
1842+
"LGPL",
18421843
]
18431844
for line in content.split("\n"):
18441845
if not line or os.stat(line).st_size == 0:

0 commit comments

Comments
 (0)