We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673ff1c commit 4009d11Copy full SHA for 4009d11
eppo_metrics_sync/eppo_metrics_sync.py
@@ -138,7 +138,7 @@ def sync(self):
138
raise Exception('EPPO_API_KEY not set in environment variables. Please set and try again')
139
140
sync_tag = self._determine_sync_tag()
141
- if not api_key:
+ if not sync_tag:
142
raise Exception('EPPO_SYNC_TAG not set in environment variables. Please set and try again')
143
144
headers = {"X-Eppo-Token": api_key}
0 commit comments