Skip to content

New decorator to make sure output is defined when it should be

Yoann Schneider requested to merge image-download-output-none into main

Follow-up of !453 (merged)

The output folder should not be a required argument to instantiate an ImageDownloader. However, some methods require it to work.

I added a decorator over these methods but made the attribute default to None .

Merge request reports

Loading