You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conversion successful! The converted file can be found at 'new_config.py'.
33
36
34
37
35
38
Another important change is that default locations for looking up a configuration file has changed (see `Configuring ReFrame for Your Site <configure.html>`__ for more details).
36
39
That practically means that if you were relying on ReFrame loading your ``reframe/settings.py`` by default, this is no longer true.
37
40
You have to move it to any of the default settings locations or set the corresponding command line option or environment variable.
38
41
42
+
.. note::
43
+
The conversion tool will create a JSON configuration file if the extension of the target file is ``.json``.
0 commit comments