diff options
Diffstat (limited to 'scripts/oe-go-mod-autogen.py')
| -rwxr-xr-x | scripts/oe-go-mod-autogen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-go-mod-autogen.py b/scripts/oe-go-mod-autogen.py index 2970847e..c44c096a 100755 --- a/scripts/oe-go-mod-autogen.py +++ b/scripts/oe-go-mod-autogen.py | |||
| @@ -627,7 +627,7 @@ do_compile:prepend() { | |||
| 627 | if module_to_check == m: | 627 | if module_to_check == m: |
| 628 | continue | 628 | continue |
| 629 | if not m.startswith('%s/' % module_to_check): | 629 | if not m.startswith('%s/' % module_to_check): |
| 630 | logger.warning("%s is sharing repo (%s) with other modules, and it might need a subpath. Please double check" % (module_to_check, repo)) | 630 | logger.warning("%s is sharing repo (%s) with other modules, and it might need a subpath. Please double check: %s and: %s" % (module_to_check, repo, nosubpath_modules,m)) |
| 631 | continue | 631 | continue |
| 632 | 632 | ||
| 633 | # | 633 | # |
