mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Added print of more detailed message
This commit is contained in:
parent
7042330924
commit
037b514409
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
"""Classed and methods for comparing expected and published items in DBs"""
|
||||
|
||||
|
||||
class DBAssert:
|
||||
|
||||
@classmethod
|
||||
|
|
@ -41,5 +42,7 @@ class DBAssert:
|
|||
print("Comparing count of {}{} {}".format(queried_type,
|
||||
detail_str,
|
||||
status))
|
||||
if msg:
|
||||
print(msg)
|
||||
|
||||
return msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue