Added missing comma.
This commit is contained in:
parent
81ef601c09
commit
e58bc486ee
1 changed files with 2 additions and 1 deletions
|
|
@ -1500,7 +1500,8 @@ class MarkItDown:
|
||||||
"/opt",
|
"/opt",
|
||||||
"/opt/bin",
|
"/opt/bin",
|
||||||
"/opt/local/bin",
|
"/opt/local/bin",
|
||||||
"/opt/homebrew/bin" "C:\\Windows\\System32",
|
"/opt/homebrew/bin",
|
||||||
|
"C:\\Windows\\System32",
|
||||||
"C:\\Program Files",
|
"C:\\Program Files",
|
||||||
"C:\\Program Files (x86)",
|
"C:\\Program Files (x86)",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue