Admin interface 500s with new sources
Bug #1534895 reported by
Ryan Finnie
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Turku Backup System |
New
|
Undecided
|
Unassigned |
Bug Description
human_time() tries to manipulate datetime objects, but sources without backups can be None. It should begin with:
def human_time(t):
if t is None:
return t
To post a comment you must log in.