rename a method
This commit is contained in:
parent
a880300657
commit
76c0b0d7df
@ -37,7 +37,7 @@ class BackupDiff:
|
|||||||
|
|
||||||
self.consume_arguments()
|
self.consume_arguments()
|
||||||
self.calculate_comparison_items()
|
self.calculate_comparison_items()
|
||||||
self.do_comparison()
|
self.calculate_difference_entries()
|
||||||
self.print_report()
|
self.print_report()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@ -134,7 +134,7 @@ class BackupDiff:
|
|||||||
|
|
||||||
return paths
|
return paths
|
||||||
|
|
||||||
def do_comparison(self):
|
def calculate_difference_entries(self):
|
||||||
|
|
||||||
entries = []
|
entries = []
|
||||||
|
|
||||||
@ -310,7 +310,7 @@ class BackupDiff:
|
|||||||
|
|
||||||
print("")
|
print("")
|
||||||
if hooded:
|
if hooded:
|
||||||
print( "*" * len(title) )
|
print("*" * len(title))
|
||||||
print(title)
|
print(title)
|
||||||
|
|
||||||
def print_report(self):
|
def print_report(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user