updated error message to better reflect the situation

This commit is contained in:
usmannasir
2024-01-31 14:42:28 +05:00
parent 191f007b68
commit 15ffd846ef
2 changed files with 1 additions and 2 deletions

View File

@@ -814,7 +814,6 @@ class backupUtilities:
try:
version = backupMetaData.find('VERSION').text
build = backupMetaData.find('BUILD').text
twoPointO = 1
except:
twoPointO = 0