fix comment

This commit is contained in:
SowinskiBraeden committed 2022-11-18 22:30:03 -08:00
1 parent 21012893a9
commit f1ae86d7c4
1 file changed
+1 -1
+1 -1
View File
@@ -48,7 +48,7 @@ def generateScheduleV3(
# Return error that totalBlocks is invalid # Return error that totalBlocks is invalid
if totalBlocks not in (10, 8): if totalBlocks not in (10, 8):
totalBlockError = Error('Invalid totalBlocks', 'An invalid \'totalBlocks\' value was provided -> must be 10 or 8') totalBlockError = Error('Invalid totalBlocks', 'An invalid \'totalBlocks\' value was provided -> must be 10 or 8')
return (None, totalBlockError) # return none an signal failure return (None, totalBlockError) # return none and signal failure
# First we need to setup some values # First we need to setup some values
median = (minReq + classCap) // 2 median = (minReq + classCap) // 2