mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
fix col_names realm issue
This commit is contained in:
committed by
Jed Reynolds
parent
4316830314
commit
4f37a96ba5
@@ -1173,8 +1173,6 @@ class L3CXProfile(BaseProfile):
|
|||||||
|
|
||||||
# Step 1, column names . what is this for?
|
# Step 1, column names . what is this for?
|
||||||
fields=None
|
fields=None
|
||||||
if 'Name' not in col_names:
|
|
||||||
col_names.insert(0,'Name')
|
|
||||||
if col_names is not None and len(col_names) > 0:
|
if col_names is not None and len(col_names) > 0:
|
||||||
fields = ",".join(col_names)
|
fields = ",".join(col_names)
|
||||||
header_row=col_names
|
header_row=col_names
|
||||||
|
|||||||
Reference in New Issue
Block a user