mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 17:59:17 +00:00
Fix line length
This commit is contained in:
@@ -247,7 +247,10 @@ class Updater:
|
||||
return False
|
||||
try:
|
||||
if self.dry:
|
||||
self.log.dry('would cp {} {}'.format(deployed_path, local_path))
|
||||
self.log.dry('would cp {} {}'.format(
|
||||
deployed_path,
|
||||
local_path,
|
||||
))
|
||||
else:
|
||||
if self.debug:
|
||||
self.log.dbg('cp {} {}'.format(deployed_path, local_path))
|
||||
|
||||
Reference in New Issue
Block a user