Update resource.py

This commit is contained in:
Jay Lee
2022-02-02 07:40:22 -05:00
committed by GitHub
parent f82535c497
commit 4265f86c48

View File

@ -183,7 +183,7 @@ RESCAL_ARGUMENT_TO_PROPERTY_MAP = {
def printFeatures():
to_drive = False
cd = gapi_directory.build()
titles = []
titles = ['name']
csvRows = []
fieldsList = ['name']
fields = 'nextPageToken,features(%s)'