We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d8ca0 commit daf4c47Copy full SHA for daf4c47
1 file changed
FT_Builder.py
@@ -53,12 +53,12 @@ def print_ascii_Ready():
53
/ \ ) / ) _) ) / ) _) / \ ) D ( ) / \_/
54
\_/\_/(__\_)(____) (__\_)(____)\_/\_/(____/(__/ (_)
55
"""
56
- check = r"""
+ LilText = r"""
57
Evrything should be all up and ready in the folder
58
59
60
print(ascii_art)
61
- print(check)
+ print(LilText)
62
63
64
def get_file_path(prompt):
@@ -308,8 +308,8 @@ def main():
308
for file_name in file_names:
309
shutil.move(os.path.join(source_dir, file_name), buildDestination)
310
311
- #moving evrything that can be under the data folder
312
+ #moving evrything that can be under the data folder
313
files_to_exclude = [
314
"! "+NameCustomAvatarDir+"Patcher.exe",
315
"base_library.zip",
0 commit comments