Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add subject to get_general_metadata
  • Loading branch information
andryyy committed Jan 14, 2019
1 parent 776a027 commit 96603c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/lua/metadata_exporter.lua
Expand Up @@ -74,6 +74,7 @@ local function get_general_metadata(task, flatten, no_content)
end
r.user = task:get_user() or 'unknown'
r.qid = task:get_queue_id() or 'unknown'
r.subject = task:get_subject() or 'unknown'
r.action = task:get_metric_action('default')

local s = task:get_metric_score('default')[1]
Expand Down

0 comments on commit 96603c2

Please sign in to comment.