From 15114899e83673cdeb3d18719adbd64f3a14cd69 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:27:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20commented-out=20dead=20?= =?UTF-8?q?code=20in=20`create=5Ffiles=5Ftable`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tjzegmott <20817254+tjzegmott@users.noreply.github.com> --- dtcli/ps.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dtcli/ps.py b/dtcli/ps.py index 71997af..b67ab85 100644 --- a/dtcli/ps.py +++ b/dtcli/ps.py @@ -234,9 +234,7 @@ def create_files_table(dataset: str, scope: str, files: dict): file_table.add_row(f"Storage Element: [magenta]{se}") file_table.add_row(f"Common Path: {common_path}/", style="bold green") file_table.add_row(f"[green]- {fn}") - # file_table.add_row(se, common_path, fn) else: file_table.add_row(f"- {fn}", style="green") - # file_table.add_row("", "", fn) file_table.add_section() return file_table