File: shebang.patch

package info (click to toggle)
python-parsl 2025.01.13%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,072 kB
  • sloc: python: 23,817; makefile: 349; sh: 276; ansic: 45
file content (13 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
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