Skip to content

Conversation

@Revathyvenugopal162
Copy link
Contributor

@Revathyvenugopal162 Revathyvenugopal162 commented Mar 25, 2025

fix #650 #649

@Revathyvenugopal162 Revathyvenugopal162 requested a review from a team as a code owner March 25, 2025 08:24
@Revathyvenugopal162 Revathyvenugopal162 linked an issue Mar 25, 2025 that may be closed by this pull request
@github-actions github-actions bot added the fix Pull requests related to resolving problems or errors label Mar 25, 2025
@Revathyvenugopal162 Revathyvenugopal162 merged commit 5055fec into main Mar 25, 2025
23 checks passed
@Revathyvenugopal162 Revathyvenugopal162 deleted the fix/doc-string branch March 25, 2025 08:39
Comment on lines 421 to +430
def run_quarto_command(command, cwd):
"""Run quarto command and logs its output."""
"""Run quarto command and logs its output.
Parameters
----------
command : list
List of command arguments.
cwd : str
Current working directory.
"""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you know the type hints, why not adding them to the method signature?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad - shouldn't have approved that quickly 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no problem, i will add that in my coming PR, which is also related to some code refactoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Pull requests related to resolving problems or errors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Log an error instead of info Missing parameters in docstring

4 participants