diff --git a/scripts/copypaste_bigwig_regions.py b/scripts/copypaste_bigwig_regions.py
index aaf5c6e21c3f86c9a3dea93ef2bd4c70665fa7c5..3e732e6df20131616201bb663db3b3cbc0e53fbb 100755
--- a/scripts/copypaste_bigwig_regions.py
+++ b/scripts/copypaste_bigwig_regions.py
@@ -91,7 +91,7 @@ def main():
     region_extractor = itemgetter("chrom", "start", "end")
     from_region = region_extractor(config["from_region"])
     to_region = region_extractor(config["to_region"])
-    print(f"Copying {from_region} of {config['from_bw']} "
+    print(f"Copying {from_region} of {config['from_bw']}\n"
           f"into {to_region} of {config['to_bw']}")
     paste_bigwig_region(
         config["from_bw"], config["to_bw"],