qp.analyze.checkup.extract_author

qp.analyze.checkup.extract_author(content)[source]

Extract the submitting user’s name from a submit record.

Parameters:

content (str) – Contents of the .submit_record file.

Returns:

Username of the person who submitted the job, or 'Unknown'.

Return type:

str