Check for a list of all option instead of string (#14046)

This commit is contained in:
Artsiom Musin 2023-06-14 21:41:06 +02:00 committed by GitHub
parent 0c2d589109
commit c738d0788e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ def main():
# The exporter code currently works like the following:
# Empty string == all assets of that type
# Non-Empty string = just one asset of that type (by name or ID)
# Non-Empty string = just a list of assets of that type (by name or ID)
# Asset type not present or None = skip asset type (unless everything is None, then export all)
# Here we are going to setup a dict of values to export
export_args = {}