[Modular] skip modular checks based on diff (#36130)
skip modular checks based on diff
This commit is contained in:
@@ -1716,7 +1716,7 @@ if __name__ == "__main__":
|
||||
if args.files_to_parse == ["examples"]:
|
||||
args.files_to_parse = glob.glob("examples/**/modular_*.py", recursive=True)
|
||||
|
||||
priority_list = find_priority_list(args.files_to_parse)
|
||||
priority_list, _ = find_priority_list(args.files_to_parse)
|
||||
assert len(priority_list) == len(args.files_to_parse), "Some files will not be converted"
|
||||
|
||||
for file_name in priority_list:
|
||||
|
||||
Reference in New Issue
Block a user