Skip to content

Commit e66ca77

Browse files
committed
whoops!
1 parent c3e0472 commit e66ca77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

export_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
test_exports_nodoc = \
150150
[
151151
{ 'csvfile': test_exports[0]['csvfile'], 'columns': test_exports[0]['columns'],
152-
'query': """select m.srg_name as searge, coalesce(sm.mcp_name, m.mcp_name) as name,
152+
'query': """select m.srg_name as searge, coalesce(sm.new_mcp_name, m.mcp_name) as name,
153153
(case when m.is_on_client and not m.is_on_server then 0 when not m.is_on_client and m.is_on_server then 1 else 2 end) as side,
154154
'' as desc
155155
from mcp.method m

0 commit comments

Comments
 (0)