diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-03 22:29:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 22:29:38 +0530 |
commit | b9ac837c663459d6e9ebf407909ec6294897c419 (patch) | |
tree | 1dc4329a2a755856dc877efcc92cd0d71ddce94a /scripts | |
parent | 5ea3aa81360543c7f2302415a019d135cfb1b9c9 (diff) |
Update get-best.py
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/get-best.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-best.py b/scripts/get-best.py index 285db90..a10c2d2 100644 --- a/scripts/get-best.py +++ b/scripts/get-best.py @@ -1,4 +1,4 @@ -#1/usr/bin/python3 +#!/usr/bin/python3 import argparse import pymol2 import re |