Commit ee3aeaa
committed
Fix module name for files not on sys.path
_path_to_module included the root separator (/ or drive letter)
when converting absolute paths to dotted module names, producing
/.tmp.project.main instead of tmp.project.main.1 parent 9b17680 commit ee3aeaa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments