Skip to content
Snippets Groups Projects
Commit 2f65a46b authored by Auke Klazema's avatar Auke Klazema
Browse files

LSRT-69: Added a warning note that ObservationControl2 only works with Fabric API version 1.

parent 472c8f44
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ from optparse import OptionParser ...@@ -24,6 +24,7 @@ from optparse import OptionParser
from fabric.exceptions import NetworkError from fabric.exceptions import NetworkError
try: try:
# WARNING: This code only works with Fabric Version 1
from fabric import tasks from fabric import tasks
from fabric.api import env, run, settings from fabric.api import env, run, settings
except ImportError as e: except ImportError as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment