From ffa6108ae6543cef1bad5890932b4c235fa844da Mon Sep 17 00:00:00 2001 From: Ryan Herbert Date: Wed, 13 Jun 2018 09:41:44 +0100 Subject: [PATCH] fuse.py use python3 shebang --- tools/fuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fuse.py b/tools/fuse.py index 794f6b7bf..9edd029eb 100644 --- a/tools/fuse.py +++ b/tools/fuse.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- ### fuse.py - Vidjil utility to parse and regroup list of clones of different timepoints or origins -- 2.22.0