mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #36636 from rallytime/bp-36618
Back-port #36618 to 2016.3
This commit is contained in:
commit
24f82b2809
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ class Serial(object):
|
|||
'This often happens when trying to read a file not in binary mode'
|
||||
'To see message payload, enable debug logging and retry. Exception: {0}'.format(exc))
|
||||
log.debug('Msgpack deserialization failure on message: {0}'.format(msg))
|
||||
gc.collect()
|
||||
raise
|
||||
finally:
|
||||
gc.enable()
|
||||
|
|
Loading…
Add table
Reference in a new issue