mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Improved error message
This commit is contained in:
parent
142ae35d9b
commit
0635c39a37
1 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,10 @@ class UnrealAddon(OpenPypeModule, IHostAddon):
|
|||
pattern = re.compile(r'^\d+-\d+$')
|
||||
|
||||
if not pattern.match(app.name):
|
||||
msg = "Unreal application name must be in format '5-0' or '5-1'"
|
||||
msg = (
|
||||
"Unreal application key in the settings must be in format"
|
||||
"'5-0' or '5-1'"
|
||||
)
|
||||
Window(
|
||||
parent=None,
|
||||
title="Unreal application name format",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue