mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Skill issue
This commit is contained in:
@@ -64,7 +64,7 @@ class IntegrityChecker:
|
||||
for root, _, files in os.walk(folder_path):
|
||||
for name in files:
|
||||
file_path = os.path.join(root, name)
|
||||
relative_path = os.path.relpath(file_path, folder_path)
|
||||
relative_path = os.path.relpath(file_path, folder_path).replace('\\', '/')
|
||||
|
||||
if relative_path == os.path.basename(manifest_path):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user