mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
fix col_names realm issue
This commit is contained in:
committed by
Jed Reynolds
parent
ea80924d70
commit
4316830314
@@ -1173,7 +1173,7 @@ 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':
|
if 'Name' not in col_names:
|
||||||
col_names.insert(0,'Name')
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user