Skip to content

Commit

Permalink
tidier
Browse files Browse the repository at this point in the history
  • Loading branch information
rheiland committed May 9, 2022
1 parent c3add10 commit 9440a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyMCDS.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ def _read_xml(self, xml_file, output_path='.'):
dir_label.append( '_%u' % nn )
print("dir_label= ", dir_label )
print("label= ",label)
print("label.get('size')= ",label.get('size'))
for i in range(int(label.get('size'))):
print("label.get('size')= ",nlabels)
for i in range(nlabels):
print( fixed_label + dir_label[i] )
data_labels.append(fixed_label + dir_label[i])
else:
Expand Down

0 comments on commit 9440a44

Please sign in to comment.