From c78b589870bc80dba1daf98e20bbae2c9cf6bbeb Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Fri, 3 Sep 2021 10:53:34 +0200 Subject: [PATCH] L2SS-361: add LOFAR environment file --- devices/common/lofar_environment.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devices/common/lofar_environment.py diff --git a/devices/common/lofar_environment.py b/devices/common/lofar_environment.py new file mode 100644 index 000000000..ec36e6a2e --- /dev/null +++ b/devices/common/lofar_environment.py @@ -0,0 +1,6 @@ +# +# Change manually the method to switch between modes +# + +def isProduction(): + return False \ No newline at end of file -- GitLab