Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print option name with error msg #40

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Print option name with error msg #40

merged 1 commit into from
Oct 16, 2024

Conversation

bjk7119
Copy link
Contributor

@bjk7119 bjk7119 commented Oct 15, 2024

Description

  • Print option name with error msg

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update
  • Refactoring, Maintenance
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@bjk7119 bjk7119 added the chore [PR/Issue] Refactoring, maintenance the code label Oct 15, 2024
@bjk7119 bjk7119 requested review from soimkim and dd-jy October 15, 2024 04:15
@bjk7119 bjk7119 self-assigned this Oct 15, 2024
@@ -1052,7 +1052,7 @@ def main():
scan_item.set_cover_pathinfo(os.getcwd(), "")

if not success:
logger.error(f"Format error. {msg}")
logger.error(f"(-f & -o option) Format error. {msg}")
Copy link
Contributor

Choose a reason for hiding this comment

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

-f & -o 보다 -f or -o option가 아닐까 싶지만 상관 없을 것 같습니다.

@soimkim soimkim merged commit 43ff143 into main Oct 16, 2024
4 checks passed
@soimkim soimkim deleted the develop branch October 16, 2024 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore [PR/Issue] Refactoring, maintenance the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants