Link Search Menu Expand Document
Table of contents
  1. Flow - drpyver
    1. Description
    2. Variables
      1. Used
      2. Created
    3. Termination
    4. Flow
    5. Scripting
      1. Sample Code (AppleScript)
      2. URL
    6. Notes

Flow - drpyver

Description

Display the version of Python that Doctor Drafts will attempt to use when executing flows that rely on Python 3 scripting.

Variables

Used

No variables are passed into this flow.

Created

No variables are created by this flow.

Termination

  • Large Type

Flow

drpyver

Scripting

Sample Code (AppleScript)

tell application id "com.runningwithcrayons.Alfred" to run trigger "drpyver" in workflow "com.thoughtasylum.doctordrafts"

URL

alfred://runtrigger/com.thoughtasylum.doctordrafts/drpyver/

Notes

  • This is not included as an option in the dr flow as it is very much a specialist debug/analysis tool. For most users, drdiag will be a better tool.