mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 10:36:11 +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:
|
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
|
"""constructor
|
||||||
@diff_cmd: diff command to use
|
@diff_cmd: diff command to use
|
||||||
@debug: enable debug
|
@debug: enable debug
|
||||||
|
|||||||
Reference in New Issue
Block a user