Skip to content

Commit 4e9a874

Browse files
committed
fix export field nodoc query
1 parent fae9a74 commit 4e9a874

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
@@ -162,7 +162,7 @@
162162
},
163163

164164
{ 'csvfile': test_exports[1]['csvfile'], 'columns': test_exports[1]['columns'],
165-
'query': test_exports[1]['query'].replace('coalesce(sf.comment, f.comment)', "''")
165+
'query': test_exports[1]['query'].replace('coalesce(sf.new_mcp_desc, f.comment)', "''")
166166
},
167167

168168
test_exports[2],

0 commit comments

Comments
 (0)