fix pylint

This commit is contained in:
Manish 2019-07-10 00:58:38 +02:00 committed by Néstor Subirón
parent 5a8d326521
commit 0ce908dbf2
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ def move_uassets(package_name, maps):
def prepare_maps_commandlet_for_cooking(package_name):
commandlet_name = "PrepareAssetsForCooking"
commandlet_arguments = "-PackageName=%s" % package_name
commandlet_arguments += " -OnlyPrepareMaps=%d" % True
commandlet_arguments += " -OnlyPrepareMaps=true"
invoke_commandlet(commandlet_name, commandlet_arguments)
def main():