Browse Source

Minor comment update

pull/9/head
Ryan Reed 1 year ago
parent
commit
3588f64868
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/upgrade-2.0.py

+ 1
- 1
scripts/upgrade-2.0.py View File

@ -1,7 +1,7 @@
""" """
Loops through STORE_PATH, looking for */.transpose files, create new transpose config file Loops through STORE_PATH, looking for */.transpose files, create new transpose config file
Note: This does not remove the v1 */.transpose files, just in case. Must be done if desired.
Note: This does not remove the v1 */.transpose files, just in case. Must be done manually if desired.
""" """
from pathlib import Path from pathlib import Path


Loading…
Cancel
Save