Bug 1344834 - Enable flake8 rule E501: 'line too long (113 > 99 characters)'. r=Dexter
This commit is contained in:
@@ -95,7 +95,8 @@ class StringTable:
|
||||
f.write("const char %s[] = {\n" % name)
|
||||
for (string, offset) in entries:
|
||||
if "*/" in string:
|
||||
raise ValueError("String in string table contains unexpected sequence '*/': %s" % string)
|
||||
raise ValueError("String in string table contains unexpected sequence '*/': %s" %
|
||||
string)
|
||||
|
||||
e = explodeToCharArray(string)
|
||||
if e:
|
||||
|
||||
Reference in New Issue
Block a user