Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Apr 24, 2024
1 parent 9145079 commit 3fbb617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pycg/processing/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ def add_external_def(name, target):
add_external_def(src_name, tgt_name)

# handle all modules that were not analyzed
print('mod full', self.modname)
for modname in self.import_manager.get_imports(self.modname):
print('mod', mod)
print('mod', modname)
fname = self.import_manager.get_filepath(modname)

if not fname:
Expand Down

0 comments on commit 3fbb617

Please sign in to comment.