Skip to content

Commit

Permalink
Allow Vlads to be specified on command line
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Jul 31, 2015
1 parent 853b40e commit 99b1476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vladiate/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def main():
vlad_classes = vlads.values()

# validate all the vlads
for name, vlad in vlads.iteritems():
for vlad in vlad_classes:
vlad().validate()


Expand Down

0 comments on commit 99b1476

Please sign in to comment.