This commit is contained in:
SowinskiBraeden committed 2022-07-01 17:38:22 -07:00
1 parent b99d8e50f0
commit 361761a400
2 files changed
+3 -6

No files matched your search

+2 -3
View File
@@ -37,9 +37,8 @@ from util.generateCourses import getSampleCourses
}
'''
def exists(n): return True if n not in ('', None) else False
def getLineNumber(): return currentframe().f_back.f_lineno
exists = lambda n : True if n not in ('', None) else False
getLineNumber = lambda : currentframe().f_back.f_lineno
# Takes in information to create or add a new conflict
# Returns if the particular student has a previous error