Skip to content

Commit

Permalink
fix object name
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Aug 21, 2019
1 parent 7a478d4 commit db800ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desitransfer/daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def main():
print("INFO: %s detected, shutting down daily transfer script." % options.kill)
return 0
for d in _config():
log = options.destination + '.log'
log = d.destination + '.log'
cmd = rsync(d.source, d.destination)
with open(log, 'ab') as l:
l.write(stamp().encode('utf-8'))
Expand Down

0 comments on commit db800ae

Please sign in to comment.