Skip to content

Commit

Permalink
Comment and space fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsalghelani-csa committed Dec 18, 2024
1 parent 46a3934 commit 3c9e54a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ def build_xml_clusters(data_model_directory: Union[PrebuiltDataModelDirectory, T
top = get_data_model_directory(data_model_directory, DataModelLevel.kCluster)
logging.info("Reading XML clusters from %r", top)

# Early return if no XML files are found
found_xmls = 0
for f in top.iterdir():
if not f.name.endswith('.xml'):
Expand Down

0 comments on commit 3c9e54a

Please sign in to comment.