Skip to content

Commit 2af3756

Browse files
Line break
1 parent 5c92313 commit 2af3756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rsnapshot-once.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ def parseConfig(configpath, configfile):
9999
referencedpath = os.path.split(line.strip().split("\t")[1])[0]
100100
referencedfile = os.path.split(line.strip().split("\t")[1])[1]
101101
if not os.path.isabs(referencedpath):
102-
logft("referenced file is given by relative path. This might lead to errors depending on where this script has been invoked from", LOGFILE)
102+
logft("referenced file is given by relative path. This might lead to errors \
103+
depending on where this script has been invoked from", LOGFILE)
103104
referencedpath = configpath +"/"+ referencedpath
104105
logft("referenced file: "+referencedpath+"/"+referencedfile, LOGFILE)
105106
lf, sf, sr = parseConfig(referencedpath, referencedfile)

0 commit comments

Comments
 (0)