mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update resource.py
This commit is contained in:
@@ -183,7 +183,7 @@ RESCAL_ARGUMENT_TO_PROPERTY_MAP = {
|
|||||||
def printFeatures():
|
def printFeatures():
|
||||||
to_drive = False
|
to_drive = False
|
||||||
cd = gapi_directory.build()
|
cd = gapi_directory.build()
|
||||||
titles = []
|
titles = ['name']
|
||||||
csvRows = []
|
csvRows = []
|
||||||
fieldsList = ['name']
|
fieldsList = ['name']
|
||||||
fields = 'nextPageToken,features(%s)'
|
fields = 'nextPageToken,features(%s)'
|
||||||
|
|||||||
Reference in New Issue
Block a user