Boolean match string value of True

This commit is contained in:
2023-08-26 10:53:22 +02:00
parent 0cad37f67f
commit 574eebed11

View File

@@ -265,7 +265,7 @@ def main():
satelliteSystem = System(remotePath, host, user) satelliteSystem = System(remotePath, host, user)
localSystem = System(localPath) localSystem = System(localPath)
downloadClient = DownloadClient(remove) downloadClient = DownloadClient(remove == 'True')
satelliteSystem.getFiles() satelliteSystem.getFiles()
localSystem.getFiles() localSystem.getFiles()