Skip to content

Commit 8a09bf0

Browse files
webapp: further cleanup files not needed in prod (#2208)
Signed-off-by: David Korczynski <[email protected]>
1 parent a080236 commit 8a09bf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/web-fuzzing-introspection/app/webapp/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ def load_db() -> None:
8989
recent_results=project_timestamp.get('recent_results'),
9090
))
9191

92+
if 'G_ANALYTICS_TAG' in os.environ:
93+
os.remove(project_currents)
94+
9295
if os.path.isfile(projects_build_status):
9396
# Read the builds
9497
with open(projects_build_status, 'r') as f:

0 commit comments

Comments
 (0)