Untitled

Anonymous
plain_text
08/21/2023 12:44 PM
188 B
16
Indexable
if os.stat(OUTPUT_FILE_PATH).st_size == 0:
        os.remove(OUTPUT_FILE_PATH)
        print('Output file is empty and has been deleted.')
Editor is loading...