Skip to content

Commit

Permalink
fix: incorrect arguments passed at read_config debug fucntion signature
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed May 15, 2024
1 parent d830498 commit 2c4273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortls/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def debug_parser(args):
separator()

ensure_file_accessible(args.debug_filepath)
pp_suffixes, pp_defs, include_dirs = read_config(args.debug_rootpath)
pp_suffixes, pp_defs, include_dirs = read_config(args.debug_rootpath, args.config)

print(f' File = "{args.debug_filepath}"')
file_obj = FortranFile(args.debug_filepath, pp_suffixes)
Expand Down

0 comments on commit 2c4273d

Please sign in to comment.