浏览代码

Merge pull request #16313 from gavindsouza/misc-fixes-7

version-14
Suraj Shetty 3 年前
committed by GitHub
父节点
当前提交
785bee4a8c
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/installer.py

+ 1
- 1
frappe/installer.py 查看文件

@@ -611,7 +611,7 @@ def is_downgrade(sql_file_path, verbose=False):
downgrade = backup_version > current_version downgrade = backup_version > current_version


if verbose and downgrade: if verbose and downgrade:
print("Your site will be downgraded from Frappe {0} to {1}".format(current_version, backup_version))
print(f"Your site will be downgraded from Frappe {backup_version} to {current_version}")


return downgrade return downgrade




正在加载...
取消
保存