We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb672ce commit 74d314dCopy full SHA for 74d314d
1 file changed
python/Scripts/mxformat.py
@@ -16,6 +16,7 @@ def is_well_formed(xml_string):
16
ET.fromstring(xml_string)
17
except ET.ParseError as e:
18
error = str(e)
19
+ return error
20
21
def main():
22
parser = argparse.ArgumentParser(description="Reformat a folder of MaterialX documents in place.")
0 commit comments