INNER CODE UNIT · Python
to_upload
ExplosionEngine/Explosion · ThirdParty/ConanRecipes/build_recipes.py:425
to_upload = built + local
if not to_upload:
print("\nNothing to upload; every recipe was already on the remote.", flush=True)
else:
upload_all(args, to_upload)
print("\nAll done.", flush=True)
if __name__ == "__main__":
main()