This repository was archived by the owner on Jan 23, 2024. It is now read-only.
Commit 8a11d28
Handle cases where module.__file__ is set to None.
I don't know why this would be the case, namespace modules don't have a
__file__ attribute at all when I tried it, but they should just be skipped
anyway.
#4
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=1911005851 parent 0fababa commit 8a11d28
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments