Allow spliting forced blocks on nwdsAllow spliting forced blocks on nwds
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user