Skip to content

Commit e99a2a5

Browse files
Bug fix.
1 parent bc5cc2f commit e99a2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibFunc/pyappdevkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ def program_welcome_msg(welcome_msg,cfg,cfg_,appname,libname,websitelink):
8282
elif cfg_ == "app":
8383
program_info("Program Name: ",appname,"","","","","","","","","","","","","","","","","","")
8484
else:
85-
error_msg("Invalid definition!")
85+
error_msg("Invalid definition!","","")

0 commit comments

Comments
 (0)