mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 16:24:22 +00:00
Fix relative path
This commit is contained in:
parent
7b5a1834f1
commit
649f2cc0e1
|
|
@ -53,7 +53,7 @@ def main():
|
|||
local_path = os.path.abspath(local_path)
|
||||
new_lines = read_file(local_path)
|
||||
|
||||
repo_path = os.path.join(os.path.dirname(__file__), "oot")
|
||||
repo_path = os.path.join(os.path.dirname(__file__), "soh")
|
||||
relative_path = os.path.relpath(local_path, repo_path)
|
||||
|
||||
if len(sys.argv) > 2:
|
||||
|
|
|
|||
Loading…
Reference in a new issue