Skip to content

Commit f5d6a17

Browse files
committed
chore: add excel file extensions in binary list for pack
1 parent b6ca8ec commit f5d6a17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uipath/_cli/cli_pack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def pack_fn(projectName, description, entryPoints, version, authors, directory):
223223
file_extensions_included = [".py", ".mermaid", ".json", ".yaml", ".yml"]
224224
files_included = []
225225
# Binary files that should be read in binary mode
226-
binary_extensions = [".exe", ""]
226+
binary_extensions = [".exe", "", ".xlsx", ".xls"]
227227

228228
with open(config_path, "r") as f:
229229
config_data = json.load(f)

0 commit comments

Comments
 (0)