Skip to content

Commit

Permalink
Merge 1aa24da into 0741ff1
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyel committed Mar 7, 2018
2 parents 0741ff1 + 1aa24da commit 3a440e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formica/yaml_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def from_yaml(cls, loader, node):
class SplitFunction(BaseFunction):
@classmethod
def from_yaml(cls, loader, node):
return ({cls.fn_tag(node.tag): node.value.split('.')})
return ({cls.fn_tag(node.tag): node.value.split('.', 1)})


split_functions = [
Expand Down

0 comments on commit 3a440e9

Please sign in to comment.