QuickDraft do not work in deadline 10.9.2 returning error, Deadlinecommand not found in PATH.
That’s due to lines :
if not os.path.isfile(deadline_command):
raise Exception(“deadlinecommand not found in PATH”)
Since ‘isfile’ require the extension, it will never work…
Quick fix, until official one, is to remove this line (# comment) on ‘Repositoryroot\events\DraftEventPlugin\DraftQuickSubmission’