Skip to content

Commit e74b06b

Browse files
committed
Linting
1 parent 8252e64 commit e74b06b

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

pdm.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pachyderm/alice/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def _process(self) -> None:
687687
train_base = run_dir / self._lego_train
688688
train_runs = utils.list_alien_dir(train_base)
689689
train_dir = [x for x in train_runs if self._extract_train_ID(x) == self._train_run]
690-
if not len(train_dir):
690+
if not train_dir:
691691
logger.error(f"Train run {self._train_run} not found for run {r}")
692692
continue
693693

0 commit comments

Comments
 (0)