Skip to content

Commit fae9a74

Browse files
committed
fix incorrect name
1 parent 7762694 commit fae9a74

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
@@ -157,7 +157,7 @@
157157
on sm.staged_method_pid = m.staged_method_pid
158158
where m.srg_name ~ 'func_[0-9]+_[a-zA-Z]+'
159159
and m.mcp_version_pid = %(mcp_version)s
160-
and (m.mcp_name is not null or sm.mcp_name is not null)
160+
and (m.mcp_name is not null or sm.new_mcp_name is not null)
161161
order by m.srg_name"""
162162
},
163163

0 commit comments

Comments
 (0)