mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Moving the database to a subsystem (#9963)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
26ff936832
commit
40e935a774
@@ -80,7 +80,7 @@ if number_of_defines == 0:
|
||||
print(red("No defines found! This is likely an error."))
|
||||
sys.exit(1)
|
||||
|
||||
if number_of_defines <= 900:
|
||||
if number_of_defines <= 850:
|
||||
print(red(f"Only found {number_of_defines} defines in {number_of_files} files! Something has likely gone wrong as the number of local defines should not be this low."))
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user