mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-18 14:01:33 +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:
|
except ValueError:
|
||||||
self.__log("Dates, unable to parse \"%s\"" % line, type="E")
|
self.__log("Dates, unable to parse \"%s\"" % line, type="E")
|
||||||
except IOError:
|
except IOError:
|
||||||
self.__log("%s missing; initialising upload data from scratch")
|
self.__log("%s missing; initialising upload data from scratch" %
|
||||||
|
filename)
|
||||||
return dates
|
return dates
|
||||||
|
|
||||||
def write_dates(self, basedir, dates):
|
def write_dates(self, basedir, dates):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user