Merge pull request #36 from adafruit/revert-35-fix_arg

Revert "Fix arg; again..."
This commit is contained in:
Kattni 2019-05-07 15:03:19 -04:00 committed by GitHub
commit 514ff6cc46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@ def build_bundles(filename_prefix, output_directory, library_location, library_d
filename_prefix + '-py-{VERSION}.zip'.format(
VERSION=bundle_version))
build_bundle(libs, bundle_version, zip_filename,
pkg_folder_prefix=package_folder_prefix,
pkg_folder_prefix=pkg_folder_prefix,
build_tools_version=build_tools_version)
# Build .mpy bundle(s)
@ -179,7 +179,7 @@ def build_bundles(filename_prefix, output_directory, library_location, library_d
VERSION=bundle_version))
build_bundle(libs, bundle_version, zip_filename, mpy_cross=mpy_cross,
build_tools_version=build_tools_version,
pkg_folder_prefix=package_folder_prefix)
pkg_folder_prefix=pkg_folder_prefix)
# Build example bundle
zip_filename = os.path.join(output_directory,