Skip to content

Commit

Permalink
e not initiliased
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Prescott committed Sep 20, 2024
1 parent 06a15d2 commit 6ae593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odins_spear/scripts/webex_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def main(api, service_provider_id, group_id, user_id, device_type,
service_packs=[webex_feature_pack_name]
)
print(f"Added feature: {webex_feature_pack_name}")
except Exception:
except Exception as e:
print(f"\tERROR: Failed to add feature - {webex_feature_pack_name}. Detail: {e}")

# enable IMP in service settings
Expand Down

0 comments on commit 6ae593d

Please sign in to comment.