Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2021-01-21 13:23:55 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2021-01-21 13:23:55 +0300
commit62591f8d662470bd8d15590fe1804265039f2f3e (patch)
tree3e9fd03850939327a07373b79a658100dc939f43 /Tools/Verification
parent14a1a19654398433b2e210b3088b472d82e55897 (diff)
Changed verify script to explicitly mention `python2`
Diffstat (limited to 'Tools/Verification')
-rw-r--r--Tools/Verification/DuplicatiVerify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Verification/DuplicatiVerify.py b/Tools/Verification/DuplicatiVerify.py
index f01a80733..a715ebb56 100644
--- a/Tools/Verification/DuplicatiVerify.py
+++ b/Tools/Verification/DuplicatiVerify.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
"""
This file is a standalone python script that is tested with python 2.7