mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
fix: small anoying bugs
This commit is contained in:
@@ -77,6 +77,7 @@ class Injectable():
|
||||
# Data Reuse
|
||||
|
||||
def add_datareuse_fixup(self, fixup: DataReuseEntry):
|
||||
logger.info("---( Add datareuse: {}".format(fixup.string_ref))
|
||||
self.reusedata_fixups.append(fixup)
|
||||
|
||||
def get_all_reusedata_fixups(self) -> List[DataReuseEntry]:
|
||||
|
||||
Reference in New Issue
Block a user