Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not lines:
- logging.error("Error: The input file is empty.")
- print(Fore.RED + "> Error: The input file is empty.")
- input(f"\n{Fore.CYAN}> Press {Fore.YELLOW}Enter {Fore.CYAN}to exit and open the input text file...")
- subprocess.Popen(["notepad.exe", file_list])
- sys.exit(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement