Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Update outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
igalarzab authored Nov 13, 2016
1 parent 745f1a8 commit 0dcc1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqjobs/brokers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def serialize_job(self, job_name, job_id, args, kwargs):
"""
Serialize a job into a string to be sent to the broker
:param job_name: python class of the payload job
:param job_name: the name of the job
:param job_id: the ID of the job
:param args: arguments of the job
:param kwargs: keyword arguments of the job
Expand Down

0 comments on commit 0dcc1c9

Please sign in to comment.