nineteendo / pyvz2

PyVZ2 is a command line utility to modify PvZ2
GNU General Public License v3.0
44 stars 7 forks source link

Selecting same modded directory as patch directory does not patch #9

Closed nineteendo closed 2 years ago

nineteendo commented 2 years ago

When you select the same modded directory as patch directory on android: the check to prevent sub folders being converted if they are a output directory is triggered.

Solution: DON'T simply use dirname for paths that can be output files.

nineteendo commented 2 years ago

Fixed in Beta, still check dirname though...