mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-25 18:55:30 -06:00
try to fix unsubscriptable-object pylint error @ github
This commit is contained in:
@@ -193,7 +193,7 @@ if not args.no_general_exclude_paths:
|
||||
exclude_paths.append(args.fqcnmapfile)
|
||||
|
||||
# update some args from optional config file
|
||||
_config = False
|
||||
_config = {}
|
||||
if args.config:
|
||||
try:
|
||||
with open(args.config) as ymlfile:
|
||||
|
||||
Reference in New Issue
Block a user