Conversation
This PR is against the
|
Codecov Report
@@ Coverage Diff @@
## dev #1649 +/- ##
==========================================
- Coverage 64.84% 64.81% -0.04%
==========================================
Files 54 54
Lines 6270 6270
==========================================
- Hits 4066 4064 -2
- Misses 2204 2206 +2
Continue to review full report at Codecov.
|
ErikDanielsson
left a comment
There was a problem hiding this comment.
LGTM, nice catch! For next time though, please provide a short description of what you've changed. It makes it easier to review your code.
|
hey @ErikDanielsson so sorry I had actually written whole description of what I had done in the comment |
|
Ah, I see! Yeah, that's an easy mistake to make |
I have fixed a code bug
it was before - log.info(f"Include statement: include {{ {module_name} }} from '.{os.path.join(*install_folder, module)}/main’")
it is now - log.info(f"Include statement: include {{ {module_name} }} from '.{os.path.join(*install_folder, module)}/main'")
it is a difference between this ’ and this '
it is actually the issue referenced #1640
PR checklist
CHANGELOG.mdis updateddocsis updated