From 2f65a46b07263df5135cb0d6f073285bea37e4e9 Mon Sep 17 00:00:00 2001
From: Auke Klazema <klazema@astron.nl>
Date: Mon, 25 Jun 2018 15:05:02 +0000
Subject: [PATCH] LSRT-69: Added a warning note that ObservationControl2 only
 works with Fabric API version 1.

---
 MAC/Services/src/ObservationControl2.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAC/Services/src/ObservationControl2.py b/MAC/Services/src/ObservationControl2.py
index 204d700fd0e..e1a2d4c2581 100644
--- a/MAC/Services/src/ObservationControl2.py
+++ b/MAC/Services/src/ObservationControl2.py
@@ -24,6 +24,7 @@ from optparse import OptionParser
 from fabric.exceptions import NetworkError
 
 try:
+    # WARNING: This code only works with Fabric Version 1
     from fabric import tasks
     from fabric.api import env, run, settings
 except ImportError as e:
-- 
GitLab