File: python3.patch

package info (click to toggle)
ecflow 5.15.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 50,956 kB
  • sloc: cpp: 269,761; python: 22,748; sh: 3,236; xml: 333; perl: 288; ansic: 129; makefile: 71
file content (13 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fixes for both py2 and py3 simultaneously
Author: Alastair McKinstry <mckinstry@debian.org>
Forwarded: no
Last-Updated: 2018-10-16

--- a/tools/ecflow_fuse.py
+++ b/tools/ecflow_fuse.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/python3
 # file deepcode ignore SSHHostKeyVerificationDisabled: <comment the reason here>
 from __future__ import print_function
 import os