Commit 0b558715 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Removing temp.asn and hopefully stop it coming back

parent 0a0164bd
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
temp.asn

# Editors
.vscode/
.idea/

temp.asn

deleted100644 → 0
+0 −819

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Diff line number Diff line
@@ -224,4 +224,7 @@ if __name__ == "__main__":
    if processResults(compileResults, "Compiling") > 0:
        exit(-1)

    if Path("temp.asn").exists():
        Path("temp.asn").unlink()

    exit(0)