Skip to content

Commit 1d66000

Browse files
committed
Fix issue with the µm symbol
1 parent d49a22b commit 1d66000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ def read_metadata_from_xml(xml_path):
16851685
# Use our robust XML parsing function
16861686
dbf = DocumentBuilderFactory.newInstance()
16871687
db = dbf.newDocumentBuilder()
1688-
# This is needed to fix some issues with `µm` in the xml file
1688+
# This is needed to fix some issues with the micron symbol in the xml file
16891689
reader = InputStreamReader(FileInputStream(File(xml_path)))
16901690
dom = db.parse(InputSource(reader))
16911691

0 commit comments

Comments
 (0)