Skip to content

Commit 31f6f30

Browse files
committed
Explicitly make TKLBAM use 'python2' when calling duplicity/boto.
1 parent b5c9fde commit 31f6f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd_internal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CliWrapper(CliWrapper):
2727

2828
def fmt_internal_command(command, *args):
2929
internal_command = [ realpath(__file__), command ] + list(args)
30-
return fmt_command("python", *internal_command)
30+
return fmt_command("python2", *internal_command)
3131

3232
if __name__ == "__main__":
3333
CliWrapper.main()

0 commit comments

Comments
 (0)