indygreg / indygreg/PyOxidizer
AttributeError: 'PyOxidizerFinder' object has no attribute 'get_filename'
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
```py
ERROR: test_decorators (test.test_pyclbr.PyclbrTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test.test_pyclbr", line 156, in test_decorators
self.checkModule('test.pyclbr_input', ignore=['om'])
File "test.test_pyclbr", line 67, in checkModule
dict = pyclbr.readmodule_ex(moduleName)
File "pyclbr", line 116, in readmodule_ex
File "pyclbr", line 154, in _readmodule
File "pyclbr", line 175, in _readmodule
AttributeError: 'PyOxidizerFinder' object has no attribute 'get_filename'
```
https://docs.python.org/3/library/importlib.html#importlib.abc.ExecutionLoader
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with test.test_pyclbr.test_decorators and the pyclbr.readmodule_ex traceback, then compare PyOxidizerFinder with the importlib.abc.ExecutionLoader documentation linked in the issue. Done means the reported AttributeError is resolved and the test passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100