Skip to content

Commit

Permalink
fix 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahamut731lp committed May 29, 2023
1 parent fd9172d commit ce3c008
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cv09/hledac.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import argparse
import os
from pathlib import Path
import sys

parser = argparse.ArgumentParser(
prog='Hledac',
Expand Down Expand Up @@ -68,9 +69,6 @@ def main(cli_args = None):
Hlavní metoda programu
"""

if cli_args is None:
cli_args = []

try:
args = parser.parse_args(cli_args)

Expand Down

0 comments on commit ce3c008

Please sign in to comment.