Fix to build and run on Artix (https://aur.archlinux.org/packages/flatcam-qt6).
This commit is contained in:
@@ -70,7 +70,7 @@ class ParseFont:
|
||||
executable = '/usr/sbin/chkfontpath'
|
||||
if os.path.isfile(executable):
|
||||
data = os.popen(executable).readlines()
|
||||
match = re.compile('\d+: (.+)')
|
||||
match = re.compile(r'\d+: (.+)')
|
||||
set_lst = []
|
||||
for line in data:
|
||||
result = match.match(line)
|
||||
|
||||
Reference in New Issue
Block a user