Browse Source

Minor comment update

pull/5/head
Ryan Reed 2 years ago
parent
commit
21d2c131ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/transpose/transpose.py

+ 1
- 1
src/transpose/transpose.py View File

@ -42,7 +42,7 @@ class Transpose:
This is useful if a path is already stored somewhere else but the cache file is missing This is useful if a path is already stored somewhere else but the cache file is missing
Ideally, the target should a symlink or not exist so a restore or apply can function
Ideally, the target should be a symlink or not exist so a restore or apply can function
""" """
stored_path = pathlib.Path(stored_path) stored_path = pathlib.Path(stored_path)
if not stored_path.exists(): if not stored_path.exists():


Loading…
Cancel
Save