Skip to content

Instantly share code, notes, and snippets.

@mkhorasani
Last active October 30, 2020 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkhorasani/d97f7c871640e5c9c04b8a730b7ccd73 to your computer and use it in GitHub Desktop.
Save mkhorasani/d97f7c871640e5c9c04b8a730b7ccd73 to your computer and use it in GitHub Desktop.
def get_session_id():
session_id = get_report_ctx().session_id
session_id = session_id.replace('-','_')
session_id = '_id_' + session_id
return session_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment