Skip to content

Commit e86297c

Browse files
authored
fix save_logs.py (#2268)
1 parent b219258 commit e86297c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metaflow/mflog/save_logs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
from metaflow.util import Path
99
from . import TASK_LOG_SOURCE
1010

11-
from metaflow.tracing import cli_entrypoint
11+
from metaflow.tracing import cli
1212

1313
SMALL_FILE_LIMIT = 1024 * 1024
1414

1515

16-
@cli_entrypoint("save_logs")
16+
@cli("save_logs")
1717
def save_logs():
1818
def _read_file(path):
1919
with open(path, "rb") as f:

0 commit comments

Comments
 (0)