Not 100% sure what the intent of this move-file-loop continue statement is but I was having an issue when configuring flatten.py in nzbget where my files were not getting moved to the folder I set in the DestinationDirectory setting.
The flatten is only supposed to run on the origin directory, not the destination. The continue is there to not try and cleanup the root directory, but only flatten everything in the sub directories.
Not 100% sure what the intent of this move-file-loop continue statement is but I was having an issue when configuring flatten.py in nzbget where my files were not getting moved to the folder I set in the DestinationDirectory setting.