mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 13:55:15 +02:00
Set python version explicitly to 2
to avoid issues on systems where
the default python version is `3` Signed-off-by: Anagh Kumar Baranwal <anaghk.dos@gmail.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
bbb9a504a8
commit
a3c55462a8
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
"""
|
||||
Make backend documentation
|
||||
"""
|
||||
|
Reference in New Issue
Block a user