mirror of
https://github.com/JoseDeFreitas/awesome-youtubers.git
synced 2024-10-01 01:06:03 -04:00
Delete last blank lines
This commit is contained in:
parent
3a62510f3f
commit
c0b70e2ace
@ -16,9 +16,9 @@ def main():
|
||||
print("'Content about' errors:\n", '\n'.join(["Error at line {}: there should be a trailing '\\'.".format(i) for i in content_about.content_about_errors_nums]), "\n")
|
||||
|
||||
if len(featured_playlists.featured_playlists_errors_nums) == 0:
|
||||
print("Every 'Featured playlists' sections are good.", "\n")
|
||||
print("Every 'Featured playlists' sections are good.")
|
||||
else:
|
||||
print("'Featured playlists' errors:\n", '\n'.join(["Error at line {}: there should be a trailing '\\'.".format(i) for i in featured_playlists.featured_playlists_errors_nums]), "\n")
|
||||
print("'Featured playlists' errors:\n", '\n'.join(["Error at line {}: there should be a trailing '\\'.".format(i) for i in featured_playlists.featured_playlists_errors_nums]))
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user