Add missing opening parenthesis
Accidentally removed in 153ec402094adbea673e914385b87f1d99191d0b.
This commit is contained in:
parent
95c722b5ce
commit
ea48dba61d
@ -191,7 +191,7 @@ class AFM(object):
|
|||||||
def write(self, path, sep='\r'):
|
def write(self, path, sep='\r'):
|
||||||
import time
|
import time
|
||||||
lines = [ "StartFontMetrics 2.0",
|
lines = [ "StartFontMetrics 2.0",
|
||||||
"Comment Generated by afmLib; at %s" %
|
"Comment Generated by afmLib; at %s" % (
|
||||||
time.strftime("%m/%d/%Y %H:%M:%S",
|
time.strftime("%m/%d/%Y %H:%M:%S",
|
||||||
time.localtime(time.time())))]
|
time.localtime(time.time())))]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user