Open journeym opened 8 months ago
https://github.com/rieck/perplex/blob/8fafe1d01ec7bbe94bd647897505eb709ee86f74/perplex.py#L95 if modifyedDirectory != "" and not str(modifyedOldName).__contains__(modifyedDirectory): print("skipping file because not in given directory " + old_name) continue
if modifyedDirectory != "" and not str(modifyedOldName).__contains__(modifyedDirectory): print("skipping file because not in given directory " + old_name) continue
https://github.com/rieck/perplex/blob/8fafe1d01ec7bbe94bd647897505eb709ee86f74/perplex.py#L95
if modifyedDirectory != "" and not str(modifyedOldName).__contains__(modifyedDirectory): print("skipping file because not in given directory " + old_name) continue