Skip to content

Commit beef059

Browse files
committed
start refactoring
1 parent 352bc4e commit beef059

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎testgres/backup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
class NodeBackup(object):
2929
"""
30-
Smart object responsible for backups
30+
Smart object responsible for backups using pg_basebackup utils
3131
"""
3232
@property
3333
def log_file(self):
@@ -186,3 +186,5 @@ def cleanup(self):
186186
if self._available:
187187
self._available = False
188188
rmtree(self.base_dir, ignore_errors=True)
189+
190+

0 commit comments

Comments
 (0)