remove the repeated comment

pull/33/head
Gaoce 9 years ago
parent ef6dbb0e57
commit 051a08e228

@ -99,10 +99,9 @@ def GenerateConfig(context):
return yaml.dump(config)
# Generates labels either from the context.properties['labels'] or generates
# a default label 'name':name
def GenerateLabels(context, name):
"""Generates labels from context.properties['labels'] or creates default.
"""Generates labels either from the context.properties['labels'] or
generates a default label 'name':name
We make a deep copy of the context.properties['labels'] section to avoid
linking in the yaml document, which I believe reduces readability of the

Loading…
Cancel
Save