diff --git a/src/_nebari/upgrade.py b/src/_nebari/upgrade.py index 932e8f45d..51629f02b 100644 --- a/src/_nebari/upgrade.py +++ b/src/_nebari/upgrade.py @@ -226,6 +226,10 @@ def _rm_rf_stages(cls, config_filename, dry_run: bool = False, verbose=False): """ Remove stage files during and upgrade step + + Usually used when you need files in your `stages` directory to be + removed in order to avoid resource conflicts + Args: config_filename (str): The path to the configuration file. Returns: