Skip to content

Commit 48898fe

Browse files
committed
Now that we're past EoL CentOS 7 and its ancient env without '-S' support we
can switch the workaround in rev f1aafae off again and just use 'env -S' to support the passing of the '-s' argument to the python interpreter.
1 parent eed6352 commit 48898fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mig/server/sftp_subsys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 -s
1+
#!/usr/bin/env -S python3 -s
22
# -*- coding: utf-8 -*-
33
#
44
# --- BEGIN_HEADER ---

0 commit comments

Comments
 (0)