Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Apr 14, 2015
1 parent 377b60d commit 97820d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyhocon/config_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def determine_type(token):
for index, token in enumerate(self.tokens[1:]):
tok_type = determine_type(token)
if first_tok_type is not tok_type:
print self.tokens
raise ConfigWrongTypeException("Token '{token}' of type {tok_type} (index {index}) must be of type {req_tok_type}".format(
token=token, index=index+1, tok_type=tok_type.__name__, req_tok_type=first_tok_type.__name__)
)
Expand Down

0 comments on commit 97820d8

Please sign in to comment.