Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release'
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Nov 28, 2024
2 parents 3116025 + 5f343b1 commit f8a47d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutor/plugins/openedx.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ def _migrate_obsolete_nightly_root(root: str) -> None:
REMOVE-ME-AFTER-v20: migrate this code to the sumac upgrade commands.
"""
if __version_suffix__ == "main":

# Run it for old nightly only
if __version_suffix__ != "main":
return

# Migrate the project root
Expand Down

0 comments on commit f8a47d7

Please sign in to comment.