bugfix. line width parameter passed correct.
This commit is contained in:
parent
cdc744537d
commit
81e5c795a8
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ class Profile(object):
|
|||
def merge_profile(cls, profile, overrides=None):
|
||||
import copy
|
||||
|
||||
print overrides
|
||||
result = copy.deepcopy(defaults)
|
||||
for k in result.keys():
|
||||
profile_value = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue