diff --git a/tutor/plugins/openedx.py b/tutor/plugins/openedx.py index 78ed23589f..ba49834bdb 100644 --- a/tutor/plugins/openedx.py +++ b/tutor/plugins/openedx.py @@ -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