cc-4105: added event packing to event objects
This commit is contained in:
parent
be00cc6990
commit
3422eb3cc0
5 changed files with 26 additions and 4 deletions
|
@ -92,6 +92,7 @@ def truncate_to_length(item, length):
|
|||
else: return item
|
||||
|
||||
class Metadata(Loggable):
|
||||
|
||||
@staticmethod
|
||||
def write_unsafe(path,md):
|
||||
if not os.path.exists(path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue