1
0
forked from 0ad/0ad

Fix class name in xmlvalidator

This commit is contained in:
Dunedan 2024-09-10 08:24:53 +02:00
parent 8c7cc7373d
commit cd8b4266a4
Signed by untrusted user: Dunedan
GPG Key ID: 885B16854284E0B2

View File

@ -21,7 +21,7 @@ class SingleLevelFilter(Filter):
return record.levelno == self.passlevel
class VFS_File:
class VFSFile:
def __init__(self, mod_name, vfs_path):
self.mod_name = mod_name
self.vfs_path = vfs_path