Add missing opening parenthesis

Accidentally removed in 153ec402094adbea673e914385b87f1d99191d0b.
This commit is contained in:
Khaled Hosny 2013-12-04 08:46:43 +02:00
parent 95c722b5ce
commit ea48dba61d

View File

@ -191,7 +191,7 @@ class AFM(object):
def write(self, path, sep='\r'):
import time
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.localtime(time.time())))]