Skip to content

Commit 1d2e282

Browse files
committed
exporter: fix QuartusServerExport to use libhwsf again
1 parent b19f120 commit 1d2e282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

labgrid/remote/exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def acquire(self, *args, **kwargs):
329329
file.write(f"Password = \"{self.local.jtagd_password}\";")
330330

331331
#find the right path to the library
332-
lib_path = importlib.machinery.PathFinder.find_spec('libfilsel').origin
332+
lib_path = importlib.machinery.PathFinder.find_spec('libhwsf').origin
333333

334334
#get the usb path from the device serial number
335335
serialNumber = self.local.device_serial

0 commit comments

Comments
 (0)