diff --git a/bf_pulp_utils/bf_pulp_utils/psrfits_requantisation.py b/bf_pulp_utils/bf_pulp_utils/psrfits_requantisation.py index 06a75d30961f3ef9c7702460684af282bd471fa5..e4828f83c73f2855b118b56fc4ec2e948d55dc33 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=[]