mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
fix lint issue
This commit is contained in:
parent
8ad98d12a8
commit
7dc6293cca
@ -81,6 +81,7 @@ def process_files(files, module=None):
|
||||
def main():
|
||||
args = parse_args()
|
||||
|
||||
files_to_check = []
|
||||
if os.path.isdir(args.target):
|
||||
files_to_check = list(walk_source_dir(args.target))
|
||||
elif os.path.isfile(args.target) and is_file_cpp(args.target):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user