Skip to content

Commit

Permalink
Test Publishing - build yaml Korrektur /2.
Browse files Browse the repository at this point in the history
Signed-off-by: dornech <[email protected]>
  • Loading branch information
dornech committed Nov 24, 2024
1 parent 6f4ba41 commit 0c7883f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytestdornech/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def main(
"""
setup_logging(log_level)
_logger.debug('Starting crazy calculations...')
print(f'The {n}-th Fibonacci number is {fib(n)}') # noqa: T201
print(f'The {n}-th Fibonacci number is {fib(n)}')
_logger.info('Script ends here')


Expand Down

0 comments on commit 0c7883f

Please sign in to comment.