Skip to content

Added missing debug argument to mirror

Benjamin Winger requested to merge bmwinger/portmod:mirror_exception_fix into master

Bug in exception handling in mirror.py. We expect a debug argument that will display traces for exceptions, but it wasn't actually added to the argument parser.

Merge request reports