Skip to content

Commit 7dbaf48

Browse files
committed
comparison fix
1 parent 4abeb70 commit 7dbaf48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agentstack/telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def collect_machine_telemetry(command: str):
4646
'agentstack_version': get_version()
4747
}
4848

49-
if command is not "init":
49+
if command != "init":
5050
telemetry_data['framework'] = get_framework()
5151
else:
5252
telemetry_data['framework'] = "n/a"

0 commit comments

Comments
 (0)