create-all-tables-fix2
All checks were successful
Deploy on push / deploy (push) Successful in 1m35s
All checks were successful
Deploy on push / deploy (push) Successful in 1m35s
This commit is contained in:
parent
63ebf3af2d
commit
045d2ddadf
|
@ -42,3 +42,6 @@ multi_line_output = 3
|
|||
include_trailing_comma = true
|
||||
force_grid_wrap = 0
|
||||
line_length = 120
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
|
|
@ -68,7 +68,7 @@ class ViewedStorage:
|
|||
if not os.path.exists(viewfile_path):
|
||||
logger.warning(" * views.json not found")
|
||||
return
|
||||
|
||||
|
||||
logger.info(f" * loading views from {viewfile_path}")
|
||||
try:
|
||||
start_date_int = os.path.getmtime(viewfile_path)
|
||||
|
|
Loading…
Reference in New Issue
Block a user