-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Include statement for installed module ends on wrong ` #1640
Comments
can someone assign me this issue ? |
Done! You're welcome to assign yourself to issues if you're intending to work on them :) |
can you please give me a little hint that where to find it ? |
hey @ewels |
No, it's here: tools/nf_core/modules/install.py Line 135 in f8de281
The final character |
thank you @ewels really appreciate it as a beginner to opensource. Just want to know after fixing it should I have to update the |
Normally yes, but as this is such a small edit I don't think that there's any need 👍🏻 Please do a fork and then make a pull-request though. If you like you could also make the statement coloured: log.info(f"Include statement: [magenta]include {{ {module_name} }} from '.{os.path.join(*install_folder, module)}/main'") The logging uses the python Rich library, which is where the |
Description of the bug
The include statement ends on the wrong quote type , should be
'
insteadCommand used and terminal output
System information
tools version 2.4.1
macos
The text was updated successfully, but these errors were encountered: