rss-bridge icon indicating copy to clipboard operation
rss-bridge copied to clipboard

Update python dependency for prtester

Open rakoo opened this issue 1 year ago • 1 comments

This is necessary for glob.glob() with the root_dir argument

rakoo avatar Oct 19 '24 22:10 rakoo

@Bockiii sorry, in https://github.com/RSS-Bridge/rss-bridge/pull/4310 I missed to check which python version is used in the pipeline. prtester.py fails with TypeError: glob() got an unexpected keyword argument 'root_dir'. The root_dir parameter of glob.glob() was added with python 3.10

User123698745 avatar Oct 19 '24 23:10 User123698745