Skip to content

Commit

Permalink
Support empty label string
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gummelt committed Jun 6, 2017
1 parent e09f55a commit 3d847a1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ object MesosProtoUtils extends Logging {
i += 1
}

addLabel()
if (key.isDefined) {
addLabel()
}

labels
}
}

0 comments on commit 3d847a1

Please sign in to comment.