When displaying printers, add orgUnitPath (#1338)

This commit is contained in:
Ross Scroggs
2021-03-19 11:19:40 -07:00
committed by GitHub
parent 6f2ebf8d2d
commit 90160da042
4 changed files with 23 additions and 21 deletions

View File

@@ -1739,7 +1739,7 @@ def doPrintAdmins():
value = f'id:{value}'
admin_attrib[
'orgUnit'] = gapi_directory_orgunits.orgunit_from_orgunitid(
value)
value, cd)
admin_attrib[key] = value
csvRows.append(admin_attrib)
display.write_csv_file(csvRows, titles, 'Admins', todrive)