bugfix. line width parameter passed correct.

This commit is contained in:
Teja 2015-08-13 16:36:08 +02:00
parent cdc744537d
commit 81e5c795a8

View file

@ -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