diff options
Diffstat (limited to 'scripts/lib/recipetool/newappend.py')
| -rw-r--r-- | scripts/lib/recipetool/newappend.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/newappend.py b/scripts/lib/recipetool/newappend.py index 0b63759d8c..decce83fac 100644 --- a/scripts/lib/recipetool/newappend.py +++ b/scripts/lib/recipetool/newappend.py | |||
| @@ -74,7 +74,7 @@ def newappend(args): | |||
| 74 | return 1 | 74 | return 1 |
| 75 | 75 | ||
| 76 | if args.edit: | 76 | if args.edit: |
| 77 | return scriptutils.run_editor([append_path, recipe_path]) | 77 | return scriptutils.run_editor([append_path, recipe_path], logger) |
| 78 | else: | 78 | else: |
| 79 | print(append_path) | 79 | print(append_path) |
| 80 | 80 | ||
