mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
Fix line length
This commit is contained in:
@@ -16,7 +16,8 @@ from dotdrop.utils import must_ignore, uniq_list, diff, \
|
||||
|
||||
class Comparator:
|
||||
|
||||
def __init__(self, diff_cmd='', debug=False, ignore_missing_in_dotdrop=False):
|
||||
def __init__(self, diff_cmd='', debug=False,
|
||||
ignore_missing_in_dotdrop=False):
|
||||
"""constructor
|
||||
@diff_cmd: diff command to use
|
||||
@debug: enable debug
|
||||
|
||||
Reference in New Issue
Block a user