From c60f3a37c16abb404eccc593c88d6776d4ce3b62 Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Fri, 23 Aug 2019 19:43:51 -0700 Subject: [PATCH] Adds execute permissions to fstogedcom.py. This program has a shebang line to permit it to be run directly as a program, but lacks the necessary execute permissions. Also removes the superfluous shebang line from translation.py. TESTED: Running ./fstogedcom.py now works. --- fstogedcom.py | 0 translation.py | 1 - 2 files changed, 1 deletion(-) mode change 100644 => 100755 fstogedcom.py diff --git a/fstogedcom.py b/fstogedcom.py old mode 100644 new mode 100755 diff --git a/translation.py b/translation.py index 3fa7955..8d6139b 100644 --- a/translation.py +++ b/translation.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # coding: utf-8 translations = { -- 2.52.0