commit | bf54c5b93e6f52f00c8dc026177bfcff9881ce32 | [log] [tgz] |
---|---|---|
author | emayecs <maxwellfchen@gmail.com> | Thu Aug 26 14:20:46 2021 -0400 |
committer | emayecs <maxwellfchen@gmail.com> | Sat Aug 28 19:02:52 2021 -0400 |
tree | b605f8ffebae46d91c426298c46f1ff7908f62f0 | |
parent | 8ae2261602ffc777a5896bbff03f48c5ce29d476 [diff] [blame] |
Fixed shebang line in some python scripts, added .txt files, and scripts/configure now installs natsort
diff --git a/common/project_manager.py b/common/project_manager.py index e6aae10..c07ffb3 100755 --- a/common/project_manager.py +++ b/common/project_manager.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -B +#!/usr/bin/env -S python3 -B # #-------------------------------------------------------- # Open Galaxy Project Manager GUI.