Skip to content

Commit

Permalink
remove spurious merge chars, without ruff formating
Browse files Browse the repository at this point in the history
  • Loading branch information
glyg committed Jan 24, 2024
1 parent 86c17b1 commit 335464d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/omero_cli_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ def __pack(self, args):
print(f"Creating RO-Crate metadata at {md_fp}.")
populate_rocrate(src_datatype, ome, os.path.splitext(tar_path)[0],
path_id_dict, folder)
<<<<<<< HEAD
if args.plugin:
"""
Plugins for omero-cli-transfer can be created by providing
Expand Down Expand Up @@ -508,10 +507,7 @@ def __pack(self, args):
tmp_path=Path(folder),
image_filenames_mapping=path_id_dict,
conn=self.gateway)
elif not args.server:
=======
elif args.binaries == "all":
>>>>>>> 2d1e011 (changes cli argument to)
self._package_files(os.path.splitext(tar_path)[0], args.zip,
folder)
print("Cleaning up...")
Expand Down

0 comments on commit 335464d

Please sign in to comment.