Skip to content

Commit

Permalink
fix: solution flag not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh22rana authored and Khushiyant committed May 13, 2024
1 parent e475f03 commit 8707677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quasarpy/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def detect(path, format, solution, create_issue, output, offline) -> None:
issue_handler = IssueHandler(repo=Repository()) if create_issue else None
redis_config = RedisConfig()

if not solution:
if solution:
raise NotImplementedError("Solution flag not implemented yet")

try:
Expand Down

0 comments on commit 8707677

Please sign in to comment.