Conversation
| else: | ||
| output += "This aspect does not have any sub aspects.\n\n" | ||
|
|
||
| output += "\n" |
There was a problem hiding this comment.
Nope, I think this line should be inside the if (line 156). Because if the else branch you'd have three newlines but if the if branch executes, you'd have only one.
There was a problem hiding this comment.
Also, please run the generate file to generate the latest version so that we can verify if it works perfectly.
There was a problem hiding this comment.
Sorry, I am not able to run the generate file.
There was a problem hiding this comment.
What do you mean? If you're on linux, it's ./generate and if you're on Windows, you can do python generate. It's a Python file...
There was a problem hiding this comment.
@adtac Yeah,but it is showing some syntax error if I run ./generate.

There was a problem hiding this comment.
Are you using python3? Try python3 generate
A new line is added at the end of bullets list Fixes coala#4

A new line is added at the end of bullets list
Fixes #4