Skip to content

Commit 21c0ff9

Browse files
fixed syntax error
1 parent 48485fd commit 21c0ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/scripts/v1_to_v2/generate_copy_to_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_query(project_ids):
2626

2727
def get_result_query(project_ids):
2828
if project_ids is None:
29-
clause = {}
29+
clause = ''
3030
elif len(project_ids) == 1:
3131
clause = f'WHERE project_id = {project_ids[0]}'
3232
else:

0 commit comments

Comments
 (0)