MCPcopy Index your code
hub / github.com/InkboxSoftware/excelCPU / ROMbookError

Function ROMbookError

compileExcelASM16.py:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 compileResults()
62
63def ROMbookError():
64 print(RED + "\tCould not save to specified workbook, make sure the file is closed and try again" + ENDCOLOR)
65 exit()
66
67def createLine(label, operations):
68 return [label, operations]

Callers 1

sendToSpreadsheetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected