Skip to content
Snippets Groups Projects
Commit 530a3d66 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent 57f8e7a7
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,9 @@ COMMUNITY_STRING = '0pBiFbD'
def write_row_csv(columns, header=False):
if header:
columns = [' '] + columns
print(','.join(columns))
if header:
columns = [' '] + columns
print(','.join(columns))
def write_row_md(columns, header=False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment