Skip to content

Commit

Permalink
Re-style block for more compact style
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrmshin committed Jun 12, 2019
1 parent b066be3 commit 1b7d09d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions bin/cylc-cat-log
Original file line number Diff line number Diff line change
Expand Up @@ -393,17 +393,9 @@ def main():
log_is_retrieved = (glbl_cfg().get_host_item('retrieve job logs', host)
and live_job_id is None)
if log_is_remote and (not log_is_retrieved or options.force_remote):
logpath = os.path.normpath(
get_remote_suite_run_job_dir(
host,
user,
suite_name,
point,
task,
options.submit_num,
options.filename,
)
)
logpath = os.path.normpath(get_remote_suite_run_job_dir(
host, user,
suite_name, point, task, options.submit_num, options.filename))
tail_tmpl = str(glbl_cfg().get_host_item(
"tail command template", host, user))
# Reinvoke the cat-log command on the remote account.
Expand Down

0 comments on commit 1b7d09d

Please sign in to comment.