From 68bf83a07de43650e37f207ebb7bf43833519caa Mon Sep 17 00:00:00 2001
From: Vlad Kondratiev <vlad.kondratiev@gmail.com>
Date: Tue, 9 May 2023 11:25:37 +0200
Subject: [PATCH] removed creation of filecontent ascii file for input tarball

---
 bf_pulp_utils/bf_pulp_utils/psrfits_requantisation.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bf_pulp_utils/bf_pulp_utils/psrfits_requantisation.py b/bf_pulp_utils/bf_pulp_utils/psrfits_requantisation.py
index 06a75d3..e4828f8 100644
--- a/bf_pulp_utils/bf_pulp_utils/psrfits_requantisation.py
+++ b/bf_pulp_utils/bf_pulp_utils/psrfits_requantisation.py
@@ -88,9 +88,9 @@ def main():
     if output_tarball != input_tarball:
         shutil.copyfile(input_tarball, output_tarball)
 
-    ascii_name = output_tarball + "_filecontent.txt"
-    with open(ascii_name, "w") as outfile:
-        outfile.write("\n".join(dircontent))
+    #ascii_name = output_tarball + "_filecontent.txt"
+    #with open(ascii_name, "w") as outfile:
+    #    outfile.write("\n".join(dircontent))
 
     to_add=[]
     to_delete=[]
-- 
GitLab