Fix path in check_licenses utility
This commit is contained in:
@@ -46,7 +46,7 @@ mapping: Dict[str, List[str]] = {}
|
||||
|
||||
SOURCE_DIR = os.path.normpath(
|
||||
os.path.abspath(
|
||||
os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..", ".."))
|
||||
os.path.normpath(os.path.join(os.path.dirname(__file__), "..", ".."))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user