mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 06:30:50 +00:00
docstring
This commit is contained in:
@@ -16,6 +16,10 @@ import dotdrop.utils as utils
|
||||
class Comparator:
|
||||
|
||||
def __init__(self, diffopts='', debug=False):
|
||||
"""constructor
|
||||
@diffopts: cli switches to pass to unix diff
|
||||
@debug: enable debug
|
||||
"""
|
||||
self.diffopts = diffopts
|
||||
self.debug = debug
|
||||
self.log = Logger()
|
||||
|
||||
Reference in New Issue
Block a user