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

pep8

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