Skip to content

Commit

Permalink
TRAVIS
Browse files Browse the repository at this point in the history
  • Loading branch information
refi64 committed Apr 14, 2017
1 parent 7a581c4 commit dd0b881
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/fbuild/db/pickle_backend.py
Expand Up @@ -37,6 +37,14 @@ def close(self):
f = io.BytesIO()
pickler = fbuild.db.backend.Pickler(self._ctx, f)

print((
self._LATEST_VERSION,
self._functions,
self._function_calls,
self._files,
self._call_files,
self._external_srcs,
self._external_dsts))
pickler.dump((
self._LATEST_VERSION,
self._functions,
Expand Down

0 comments on commit dd0b881

Please sign in to comment.