mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-10 02:31:10 +00:00
Fix log message if Dates is missing.
This commit is contained in:
parent
1982bf4bd1
commit
9dec8a1daf
@ -760,7 +760,8 @@ class Britney(object):
|
||||
except ValueError:
|
||||
self.__log("Dates, unable to parse \"%s\"" % line, type="E")
|
||||
except IOError:
|
||||
self.__log("%s missing; initialising upload data from scratch")
|
||||
self.__log("%s missing; initialising upload data from scratch" %
|
||||
filename)
|
||||
return dates
|
||||
|
||||
def write_dates(self, basedir, dates):
|
||||
|
Loading…
x
Reference in New Issue
Block a user