Skip to content

Commit

Permalink
fix: bench-migrate skipping doctypes (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimalizain authored Dec 13, 2021
1 parent 3b3f9eb commit 1df2fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovation_core/utils/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def _get_doc_files(files, start_path, force=0, sync_everything=False, verbose=False):
if not files:
if files is None:
files = []
"""walk and sync all doctypes and pages"""

Expand Down

0 comments on commit 1df2fc9

Please sign in to comment.