Skip to content

Commit cbc72f3

Browse files
author
Tatjana Damnjanović
committed
reformat files
1 parent 38e7bd9 commit cbc72f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solvebio/cli/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def _object_exists(remote_parent, local_path, _client):
288288
return False
289289
full_path, path_dict = Object.validate_full_path(
290290
os.path.join('{}:{}'.format(remote_parent.vault.full_path, remote_parent.path),
291-
os.path.basename(local_path)), client=_client)
291+
os.path.basename(local_path)), client=_client)
292292
try:
293293
obj = Object.get_by_full_path(full_path, client=_client)
294294
if not obj.is_file:

0 commit comments

Comments
 (0)