changed print

This commit is contained in:
iLLiCiTiT 2021-05-03 17:36:39 +02:00
parent b163d2817f
commit 15fb49de4b

View file

@ -390,7 +390,7 @@ class InstallDialog(QtWidgets.QDialog):
try:
self._secure_registry.set_item("openPypeMongo", self.mongo_url)
except ValueError:
print("Couldn't save Mongo URL to credentials")
print("Couldn't save Mongo URL to keyring")
self.done(2)