Skip to content

Commit

Permalink
Merge pull request #212 from KWierso/1065051
Browse files Browse the repository at this point in the history
Bug 1065051 - Increase max_symbol length in refdata.py
  • Loading branch information
camd committed Sep 11, 2014
2 parents faea4dc + bbe1e11 commit 375b123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeherder/model/derived/refdata.py
Expand Up @@ -302,7 +302,7 @@ def add_job_type(self, job_type, job_symbol, group_name, group_symbol):
group_symbol = group_symbol or '?'

max_name = 100
max_symbol = 10
max_symbol = 25

job_type = job_type[0:max_name]
job_symbol = job_symbol[0:max_symbol]
Expand Down

0 comments on commit 375b123

Please sign in to comment.