X-Git-Url: https://code.delx.au/notipod/blobdiff_plain/52fd13a71b7d431ab1c0d1b63a55d19210ee9466..9b9d4091c893e58ee0f3a39b243fac098f11a4d6:/syncitunes.py diff --git a/syncitunes.py b/syncitunes.py index 16c64bf..1de4fae 100755 --- a/syncitunes.py +++ b/syncitunes.py @@ -24,7 +24,7 @@ def parse_options(): parser.add_option("--itunes-library", action="store", dest="itunes_library", default=None) parser.add_option("--path-prefix", - action="store", dest="path_prefix", default="E:") + action="store", dest="path_prefix", default="E:\\") opts, args = parser.parse_args(sys.argv[1:]) if len(args) < 2: