Skip to content

Commit caf8e9f

Browse files
committed
Corrected shebang line
1 parent 49ab85e commit caf8e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fasta/report_or_replace_nonstandard_residues.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.2
1+
#!/usr/bin/env python3
22

33
import argparse
44
import os

taxonomy/create_taxonomy_db.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3.2
1+
#!/usr/bin/env python3
22

33
import argparse
44
import os

0 commit comments

Comments
 (0)