mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 14:10:41 +01:00
Removed a dumb valueerror.
This commit is contained in:
parent
e378b34138
commit
39ab3459de
@ -416,8 +416,6 @@ class FormatParser(object):
|
|||||||
context.bg = self.getInt()
|
context.bg = self.getInt()
|
||||||
|
|
||||||
def wrap(s, length):
|
def wrap(s, length):
|
||||||
if length < 100:
|
|
||||||
raise ValueError, 'Use ircutils.wrap with a length greater than 100.'
|
|
||||||
processed = []
|
processed = []
|
||||||
chunks = textwrap.wrap(s, length)
|
chunks = textwrap.wrap(s, length)
|
||||||
context = None
|
context = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user