This pull request addresses a bug where the --data_dir input argument was not correctly utilized. The issue prevented the application from accessing the specified data directory. This fix ensures that the --data_dir argument is appropriately recognised and applied.
This pull request addresses a bug where the
--data_dir
input argument was not correctly utilized. The issue prevented the application from accessing the specified data directory. This fix ensures that the--data_dir
argument is appropriately recognised and applied.