Skip to content

Commit fdc8505

Browse files
committed
lint fix
1 parent b70c4e5 commit fdc8505

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

solvebio/cli/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ def _create_file_job(args):
242242
None or Exception if exception is raised.
243243
"""
244244
try:
245-
local_file_path, remote_folder_full_path, vault_path, dry_run, archive_folder, client_auth, follow_shortcuts, max_retries \
246-
= args
245+
(local_file_path, remote_folder_full_path, vault_path, dry_run,
246+
archive_folder, client_auth, follow_shortcuts, max_retries) = args
247247

248248
# Provides the global host, token, token_type
249249
client = SolveClient(*client_auth)

0 commit comments

Comments
 (0)