Allow spliting forced blocks on nwdsAllow spliting forced blocks on nwds

This commit is contained in:
Ross
2021-06-28 12:02:47 +01:00
parent ab73ead7c1
commit d18c5e8a91
5 changed files with 137 additions and 102 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ class Worker:
def __str__(self):
nwd = ", ".join(self.nwd) if self.nwd != None else ""
nwd = ", ".join([str(i) for i in self.nwd]) if self.nwd is not None else ""
return "{} {} [{}] PROC SITE:{} ({})".format(self.name, (self.site, self.grade, self.fte_adj), nwd, self.proc_site, self.night_at_derriford)
def get_details(self):