samovar
Results
2
issues of
samovar
I have a project on Windows for which I would like to use Pitz.: pitz-setup throws ImportError: No module named pwd On windows it should be getpass. I expect there...
In the code section: ``` python if top_level_count == 2: index = cat_nodes_list.index(cat_node) default_category = cat_nodes_list[index - 1] break ``` the line: ``` python default_category = cat_nodes_list[index - 1] ```...