gokart icon indicating copy to clipboard operation
gokart copied to clipboard

do not overwrite gokart.build namespace

Open Hi-king opened this issue 2 years ago • 0 comments

https://github.com/m3dev/gokart/blob/489e2af926074d4c702c1c857b52834f664c1e81/gokart/init.py#L1

This line overwrites gokart.build module with gokart.build() function. We can't use gokart.build.GokartBuildError directly.

gokart.build module might ought to be renamed.

Hi-king avatar Mar 03 '22 06:03 Hi-king