From 28de16791f0a3157d3330ad88ad4ce2c5ab4c853 Mon Sep 17 00:00:00 2001
From: Blaise Li <blaise.li__git@nsup.org>
Date: Wed, 29 Apr 2020 20:30:47 +0200
Subject: [PATCH] Fixing message.

---
 scripts/copypaste_bigwig_regions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/copypaste_bigwig_regions.py b/scripts/copypaste_bigwig_regions.py
index 56e8e04..aaf5c6e 100755
--- a/scripts/copypaste_bigwig_regions.py
+++ b/scripts/copypaste_bigwig_regions.py
@@ -92,7 +92,7 @@ def main():
     from_region = region_extractor(config["from_region"])
     to_region = region_extractor(config["to_region"])
     print(f"Copying {from_region} of {config['from_bw']} "
-          "into {to_region} of {config['to_bw']}")
+          f"into {to_region} of {config['to_bw']}")
     paste_bigwig_region(
         config["from_bw"], config["to_bw"],
         from_region, to_region,
-- 
GitLab