From 7e6cfa52d0c3290e25bbcf1310c1004f77f996e2 Mon Sep 17 00:00:00 2001 From: Eugen Ciur Date: Sun, 17 May 2020 09:32:47 +0200 Subject: [PATCH] cut/paste refactoring --- mglib/storage.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mglib/storage.py b/mglib/storage.py index eb36bd3..764740a 100644 --- a/mglib/storage.py +++ b/mglib/storage.py @@ -360,6 +360,8 @@ class Storage: ) dest_page_num += 1 + return dest_doc_path.version + 1 + class FileSystemStorage(Storage): pass