Skip to content
Snippets Groups Projects
Commit 31dc0152 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Sort inventory alphabetically.

parent 45b5add0
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ if __name__ == '__main__':
# get all the files matching the defined pattern in the source
# directory
source = get_inventory(args.source, pattern, return_df=False)
source = sorted(get_inventory(args.source, pattern, return_df=False))
# extract files of the specified variable
LOGGER.info('Files matching "{}" for variable "{}":'.format(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment