mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
changed print
This commit is contained in:
parent
b163d2817f
commit
15fb49de4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue