Skip to content

Commit

Permalink
revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leahh committed Jan 10, 2025
1 parent 6547e73 commit b6e7a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beeflow/common/db/wfm_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class WorkflowInfo:

def __init__(self, db_file):
"""Initialize Info and db file."""
self.Info = namedtuple("Info", "id wfm_port tm_port sched_port num_workflows bolt_port http_port https_port gdb_pid")
self.Info = namedtuple("Info", "id wfm_port tm_port sched_port num_workflows bolt_port http_port https_port gdb_pid") # noqa Snake Case
self.db_file = db_file

def set_port(self, component, new_port):
Expand Down

0 comments on commit b6e7a7e

Please sign in to comment.