diff --git a/instana/__init__.py b/instana/__init__.py index 29a3387b..ffa09ec6 100644 --- a/instana/__init__.py +++ b/instana/__init__.py @@ -54,7 +54,7 @@ def load(_): environment variable. """ # Work around https://bugs.python.org/issue32573 - if not hasattr("sys", "argv"): + if not hasattr(sys, "argv"): sys.argv = [''] return None