Adding default provides of the task name
This commit is contained in:
parent
8f6e96e989
commit
bb3c0d3972
+1
-1
@@ -32,7 +32,7 @@ impl WorldDefinition {
|
||||
.map(|(tn, td)| {
|
||||
(
|
||||
tn.clone(),
|
||||
td.to_task(self.calendars.get(&td.calendar_name).unwrap()),
|
||||
td.to_task(tn, self.calendars.get(&td.calendar_name).unwrap()),
|
||||
)
|
||||
})
|
||||
.collect();
|
||||
|
||||
Reference in New Issue
Block a user