Skip to content

Commit

Permalink
fixup merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jul 22, 2024
1 parent 60ae7a3 commit c994562
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cylc/flow/workflow_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ def get_workflow_status(schd: 'Scheduler') -> WorkflowStatus:
return WorkflowStatus.PAUSED
return WorkflowStatus.RUNNING

<<<<<<< HEAD

def get_workflow_status_msg(schd: 'Scheduler') -> str:
"""Return a short, concise status message for the provided workflow."""
Expand Down Expand Up @@ -221,6 +220,3 @@ class RunMode:
def get(options: 'Values') -> str:
"""Return the run mode from the options."""
return getattr(options, 'run_mode', None) or RunMode.LIVE
=======
return (status.value, status_msg)
>>>>>>> 8932dbfeb (Implement Skip Mode)

0 comments on commit c994562

Please sign in to comment.