search_file break up and test -- not working yet

This commit is contained in:
2024-06-25 23:57:24 -04:00
parent 5d4d459f07
commit 6a257c3a91
5 changed files with 79 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ def link_fixer(ln_path, tgt_dir_path):
print("Targets dir: \t", tgt_dir)
if ln_is_dir:
sys.exit("But ln dir version not yet implemented. Sorry!")
def fix_link(lnk, tgt_dir_path):
return True
if __name__ == "__main__":