Skip to content

Commit c3428bf

Browse files
authored
Update process.py
1 parent 10ea04a commit c3428bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

robot_framework/process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from OpenOrchestrator.database.queues import QueueElement
55

66

7+
# pylint: disable-next: unused-argument
78
def process(orchestrator_connection: OrchestratorConnection, queue_element: QueueElement | None = None) -> None:
89
"""Do the primary process of the robot."""
910
orchestrator_connection.log_trace("Running process.")

0 commit comments

Comments
 (0)