changed algorithm
This commit is contained in:
parent
cb17da1f45
commit
da41d13131
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
(DriveFormat, DriveName, DriveCapacity)
|
||||
result <-- ExecuteSQL("SELECT BackupName FROM backups WHERE driveFormat = {} AND DriveName = {} AND DriveCapacity = {};")
|
||||
result <-- ExecuteSQL("SELECT BackupName FROM backups WHERE driveFormat = {} AND DriveName = {} AND DriveCapacity = {};", DriveFormat, DriveName, DriveCapacity)
|
||||
if results is None then return False
|
||||
Else Return True
|
Reference in a new issue