Skip to content

Commit

Permalink
#279 return type added
Browse files Browse the repository at this point in the history
  • Loading branch information
kozaka-tv committed Jul 14, 2024
1 parent 6f65b82 commit 0cd4ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cmd_line_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DEFAULT_SERVANT_DB = 'servant.db'


def parse_args():
def parse_args() -> [str, str]:
parser = argparse.ArgumentParser(description='Servant script for managing Rocksmith sessions.')
parser.add_argument('-c', '--config', default=DEFAULT_CONFIG_INI,
help='Path of the configuration file like: my_config.ini')
Expand Down

0 comments on commit 0cd4ebf

Please sign in to comment.