mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
fix init .gam config dir
This commit is contained in:
@@ -1103,7 +1103,7 @@ def doPrintCrOSDevices(entityList=None):
|
||||
csvPF.WriteRowNoFilter(row)
|
||||
return
|
||||
if 'notes' in cros:
|
||||
cros['notes'] = escapeCRsNLs(cros['notes'])
|
||||
cros['notes'] = _getMain().escapeCRsNLs(cros['notes'])
|
||||
if addCSVData:
|
||||
cros.update(addCSVData)
|
||||
for cpuStatusReport in cros.get('cpuStatusReports', []):
|
||||
|
||||
Reference in New Issue
Block a user