Skip to content

Commit

Permalink
Merge pull request #1339 from garberg/nipap_cli_helper_avoid_none
Browse files Browse the repository at this point in the history
Update for new configparser
  • Loading branch information
garberg authored Oct 7, 2023
2 parents 227bba1 + 198d574 commit e754c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipap-cli/helper-nipap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if __name__ == '__main__':
userrcfile = os.path.expanduser('~/.nipaprc')

# read configuration
cfg = configparser.ConfigParser({'prefix_list_columns': None })
cfg = configparser.ConfigParser({'prefix_list_columns': ''})
cfg.read(userrcfile)
nipap_cli.cfg = cfg

Expand Down

0 comments on commit e754c7a

Please sign in to comment.