INNER CODE UNIT · Python

syncCheckModule

Haeri/PhotonBox · scripts/code_checker.py:82

def syncCheckModule():
	pathwalk(header_path, (".h"), syncCheck)
	if SYNC_MOD_ERR == 0:
		print("Synchronization Check\t - OK")
	else:
		print("Synchronization Check ended with " + str(SYNC_MOD_ERR) + " errors!")	


print("------------------------------- START -------------------------------")

indexAll()
countFiles()

print("")

memoryCheckModule()
syncCheckModule()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…