Skip to content

Commit ee095aa

Browse files
committedFeb 5, 2018
added separator at the end of the path, just in case is forgotten in the path itself
1 parent fcf15de commit ee095aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎modify_xml.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#FILENAME = ".."
1212

1313
# Source folder
14-
FILEPATH = '/run/media/madi/TOSHIBA EXT/DMC/jpg_subset/'
14+
FILEPATH = '/run/media/madi/TOSHIBA EXT/DMC/jpg_subset/' + os.sep
1515
# Destination folder
16-
DESTPATH = '/run/media/madi/TOSHIBA EXT/DMC/jpg_coarser/'
16+
DESTPATH = '/run/media/madi/TOSHIBA EXT/DMC/jpg_coarser/' + os.sep
1717
# Original resolution
1818
RES_ORIGINAL = 0.15
1919
# Current resolution

0 commit comments

Comments
 (0)
Please sign in to comment.