From 481b158c4892adb26db6bc503da310761ae3c868 Mon Sep 17 00:00:00 2001 From: Tomas Gonzalez <56565994+tommygonzaleza@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:22:13 -0400 Subject: [PATCH] Update actions.py --- breathecode/registry/actions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/breathecode/registry/actions.py b/breathecode/registry/actions.py index b079b3b17..acbc598c6 100644 --- a/breathecode/registry/actions.py +++ b/breathecode/registry/actions.py @@ -813,7 +813,6 @@ def process_asset_config(asset, config): if "grading" not in config and ("projectType" not in config or config["projectType"] != "tutorial"): asset.interactive = False - asset.gitpod = False elif "projectType" in config and config["projectType"] == "tutorial": asset.gitpod = "localhostOnly" not in config or not config["localhostOnly"] asset.interactive = True