-
-
Notifications
You must be signed in to change notification settings - Fork 953
Commit 0898907
Fix default actor name handling
In c96476b, the new default_name nested function does not contain a
retun statement. This leads to an issue when the environment variables
are not present, where the actor name would not be set.
Signed-off-by: Athos Ribeiro <athos@redhat.com>1 parent e30a597 commit 0898907
2 files changed
+15
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
591 | 591 |
| |
592 | 592 |
| |
593 | 593 |
| |
594 | - | ||
594 | + | ||
595 | 595 |
| |
596 | 596 |
| |
597 | 597 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
229 | - | ||
230 | - | ||
229 | + | ||
230 | + | ||
231 | + | ||
232 | + | ||
233 | + | ||
234 | + | ||
231 | 235 |
| |
232 | 236 |
| |
233 | 237 |
| |
234 | 238 |
| |
239 | + | ||
235 | 240 |
| |
236 | - | ||
237 | - | ||
241 | + | ||
242 | + | ||
243 | + | ||
244 | + | ||
245 | + | ||
246 | + | ||
247 | + | ||
238 | 248 |
| |
239 | 249 |
| |
240 | 250 |
| |
|
0 commit comments