Skip to content
Snippets Groups Projects
Commit ea57c217 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS_497: Mention hint before the code its relevant to, not after

parent 946130df
No related branches found
No related tags found
1 merge request!204L2SS-497: Add and manage casacore measures tables
......@@ -86,9 +86,9 @@ def restart_python():
This function does not return. """
exe_path = pathlib.Path(sys.executable)
os.execv(exe_path, [exe_path.name] + sys.argv)
# NOTE: Python 3.4+ closes all file descriptors > 2 automatically, see https://www.python.org/dev/peps/pep-0446/
os.execv(exe_path, [exe_path.name] + sys.argv)
def get_available_measures_directories() -> list:
""" Returns the set of installed measures tables. """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment