Skip to content

Commit

Permalink
slightly less lame with our one exception so far
Browse files Browse the repository at this point in the history
  • Loading branch information
tnalpgge committed Dec 31, 2015
1 parent cd94422 commit db41f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ersatznigma/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Format:
def generate(self):
raise Exception()
raise Exception("you must provide your own generate method")

def int2group(self, n, pad=None):
out = [ ]
Expand Down

0 comments on commit db41f9c

Please sign in to comment.