Skip to content

Commit

Permalink
Issue#1394: Removed unreachable return statement (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
JHertz5 authored Jan 19, 2025
1 parent 8e16b80 commit 009cb1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vsg/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def process_file_list_key(dConfig, tempConfiguration, sKey, sConfigFilename):
def glob_filenames(sFilename):
files = glob.glob(utils.expand_filename(sFilename), recursive=True)
return replace_backslash_with_forward_slash(files)
return temp


def replace_backslash_with_forward_slash(lStrings):
Expand Down

0 comments on commit 009cb1b

Please sign in to comment.