Skip to content

Commit ceb8266

Browse files
committed
Ruff
1 parent ec593e2 commit ceb8266

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

taca/organise/flowcells.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ def organise_data(self):
6363
with filesystem.chdir(self.incoming_path):
6464
with open(tar_err, "w") as error_file:
6565
tar_command = [
66-
"tar",
67-
*(["--exclude=pod5*"] if not self.include_pod5 else []),
68-
"-cvf",
69-
self.tar_path,
70-
self.fc_id,
66+
"tar",
67+
*(["--exclude=pod5*"] if not self.include_pod5 else []),
68+
"-cvf",
69+
self.tar_path,
70+
self.fc_id,
7171
]
7272
result = subprocess.run(tar_command, stderr=error_file)
7373
if result.returncode != 0:

0 commit comments

Comments
 (0)