Fix message when building plugin
This commit is contained in:
parent
16045d9c63
commit
1965489f51
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ def build(path: str, output: str, upload: bool, server: str) -> None:
|
|||
os.chdir(path)
|
||||
write_plugin(meta, output)
|
||||
if isinstance(output, str):
|
||||
print(f"{Fore.GREEN}Plugin built to {Fore.CYAN}{path}{Fore.GREEN}.{Fore.RESET}")
|
||||
print(f"{Fore.GREEN}Plugin built to {Fore.CYAN}{output}{Fore.GREEN}.{Fore.RESET}")
|
||||
else:
|
||||
output.seek(0)
|
||||
if upload:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue