You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xesscorp, please check the octopart_class branch. After we follow the work flow,I think I haven't this level of access to your GitHub KiCost project (change the names and set the master):
master became scrape
octopart (documentation already updated) became master
Change the distributors class and it __init__.py (where I need your tip) to import the files with class and not packages/folder anymore;
I can't recommend doing this. The correct code works perfectly and consists of only two lines while the auto-import thing is much longer than 20 lines, buggy and probably dangerous (imaging some bad guy places some files within that directory that gets silently executed during the next run of KiCost).
The new master code looks good now and works well. I'll create a pull request with some more code cleanups soon.
Since #314 is almost finished (missing fix new bug that will raise), @mmmaisel, could you give a lock (some help to me) in the branch
https://github.com/xesscorp/KiCost/tree/octopart_class
?
I:
__init__.py
(where I need your tip) to import the files with class and not packages/folder anymore;Are this concept pythonize?
The text was updated successfully, but these errors were encountered: