Calling module_builder's method split_module with argument '.' crashes py++ as it tries to make a directory with name ''. This is caused by os.path.normpath stripping the leading './' on line 83 in file_writers/writer.py
Log in to post a comment.