mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
further restructuring of flashtool
This commit is contained in:
@@ -26,7 +26,7 @@ class MyFinder(importlib.abc.MetaPathFinder):
|
||||
def find_spec(self,fullname, path, target=None):
|
||||
if fullname == self.pkg:
|
||||
if self.debug:
|
||||
print("F:matching %"%fullname)
|
||||
print("F:matching %s"%fullname)
|
||||
spec=importlib.util.spec_from_file_location(fullname, self.dir,loader=MyLoader(), submodule_search_locations=[self.dir])
|
||||
if self.debug:
|
||||
print("F:injecting:",spec)
|
||||
|
||||
Reference in New Issue
Block a user