Browse Source

chore: change `missing_in_backup` function docstring

version-14
Mohammad Hasnain Mohsin Rajan 3 years ago
committed by GitHub
parent
commit
ae5cf9c32c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/tests/test_commands.py

+ 1
- 1
frappe/tests/test_commands.py View File

@@ -64,7 +64,7 @@ def clean(value):


def missing_in_backup(doctypes, file):
"""Checks if the list of doctypes exist in the database.sql.gz file supplied
"""Returns list of missing doctypes in the backup.

Args:
doctypes (list): List of DocTypes to be checked


Loading…
Cancel
Save