mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 21:57:36 +00:00
Merge pull request #2620 from ThomasWaldmann/coala-fixes
whitespace changes by coala
This commit is contained in:
commit
957aeec533
2 changed files with 1 additions and 2 deletions
|
@ -59,7 +59,7 @@ cdef class CompressorBase:
|
||||||
This exists for a very specific case: If borg recreate is instructed to recompress
|
This exists for a very specific case: If borg recreate is instructed to recompress
|
||||||
using Auto compression it needs to determine the _actual_ target compression of a chunk
|
using Auto compression it needs to determine the _actual_ target compression of a chunk
|
||||||
in order to detect whether it should be recompressed.
|
in order to detect whether it should be recompressed.
|
||||||
|
|
||||||
For all Compressors that are not Auto this always returns *self*.
|
For all Compressors that are not Auto this always returns *self*.
|
||||||
"""
|
"""
|
||||||
return self
|
return self
|
||||||
|
|
|
@ -131,7 +131,6 @@ def find_attic_keyfile(self):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def convert_keyfiles(keyfile, dryrun):
|
def convert_keyfiles(keyfile, dryrun):
|
||||||
|
|
||||||
"""convert key files from attic to borg
|
"""convert key files from attic to borg
|
||||||
|
|
||||||
replacement pattern is `s/ATTIC KEY/BORG_KEY/` in
|
replacement pattern is `s/ATTIC KEY/BORG_KEY/` in
|
||||||
|
|
Loading…
Reference in a new issue