Skip to content

Commit 7cf20e4

Browse files
committed
SEMICOLON!!!
1 parent feef4eb commit 7cf20e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

export_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
where m.srg_name ~ 'func_[0-9]+_[a-zA-Z]+'
115115
and m.mcp_version_pid = %(mcp_version)s
116116
and (m.mcp_name is not null or sm.new_mcp_name is not null)
117-
order by m.srg_name"""
117+
order by m.srg_name;"""
118118
},
119119

120120
{ 'csvfile': "fields.csv", # searge, name, side, desc

0 commit comments

Comments
 (0)