Skip to content

Commit

Permalink
Update actions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Jan 30, 2025
1 parent d520dc3 commit 481b158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion breathecode/registry/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 481b158

Please sign in to comment.