Skip to content

Commit 3bb57a8

Browse files
committed
Remove quotes used for testing
1 parent 6866d26 commit 3bb57a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

circuitpython_build_tools/scripts/build_bundles.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def build_bundles(filename_prefix, output_directory, library_location, library_d
227227
if pkg:
228228
build_tools_version = pkg.version
229229

230-
"""
231230
build_tools_fn = "z-build_tools_version-{}.ignore".format(
232231
build_tools_version)
233232
build_tools_fn = os.path.join(output_directory, build_tools_fn)
@@ -264,7 +263,7 @@ def build_bundles(filename_prefix, output_directory, library_location, library_d
264263
VERSION=bundle_version))
265264
build_bundle(libs, bundle_version, zip_filename, package_folder_prefix,
266265
build_tools_version=build_tools_version, example_bundle=True)
267-
"""
266+
268267
# Build Bundle JSON
269268
json_filename = os.path.join(output_directory,
270269
filename_prefix + '-{VERSION}.json'.format(

0 commit comments

Comments
 (0)