Description: fix missing shebang to script flagged for installation.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: https://github.com/Parsl/parsl/pull/3224
Last-Update: 2024-01-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- python-parsl.orig/parsl/executors/workqueue/exec_parsl_function.py
+++ python-parsl/parsl/executors/workqueue/exec_parsl_function.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python3
 import pickle
 import sys
 import traceback
