Skip to content

Commit

Permalink
typo. fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Feb 26, 2013
1 parent 70130eb commit d2380f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vaurien/proxy.py
Expand Up @@ -177,7 +177,7 @@ def initialize_choices(self):
for behavior in behavior.split(','):
choice = behavior.split(':')
if len(choice) != 2:
raise ValueError('You need to use name:percentage')
raise ValueError('You need to use percentage:name')

percent, behavior_name = choice
percent = int(percent)
Expand Down

0 comments on commit d2380f7

Please sign in to comment.