This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
python-transpose
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Activity
Browse Source
Minor comment update
pull/9/head
Ryan Reed
1 year ago
parent
e8b989541e
commit
3588f64868
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save