mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
bump old api argument deprecation date
This commit is contained in:
@@ -28,7 +28,7 @@ from typing import Union
|
|||||||
|
|
||||||
def deprecation_check(test):
|
def deprecation_check(test):
|
||||||
def new_test(self):
|
def new_test(self):
|
||||||
assert datetime.now().date() < datetime(2024, 6, 1).date(), "API arguments are completely deprecated"
|
assert datetime.now().date() < datetime(2024, 8, 1).date(), "API arguments are completely deprecated"
|
||||||
test(self)
|
test(self)
|
||||||
|
|
||||||
return new_test
|
return new_test
|
||||||
|
|||||||
Reference in New Issue
Block a user