Skip to content

Commit

Permalink
Fix issue about "-cfg" command line option.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Oct 14, 2020
1 parent 3b3eef2 commit 769b895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbulb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def positive_int(s):
cfg.max_realservers = args.max_realservers
cfg.max_associations = args.max_associations
cfg.real_server_ips = args.real_server
if cfg.config_file:
if args.config_file:
cfg.config_file = args.config_file.name

try:
Expand Down

0 comments on commit 769b895

Please sign in to comment.