From c574cb28598eff63e544fd38f76c20a5bdf8037f Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 17 Sep 2016 08:45:36 +0200 Subject: [PATCH] Forgot missing parens --- update_unstable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 update_unstable.py diff --git a/update_unstable.py b/update_unstable.py old mode 100644 new mode 100755 index 275544f..ec81aeb --- a/update_unstable.py +++ b/update_unstable.py @@ -122,7 +122,7 @@ def main(): options = parser.parse_args() - cache_file = Path.home() / ".local/share/obs_{}_cache".format(options.repository.replace(":", "_") + cache_file = Path.home() / ".local/share/obs_{}_cache".format(options.repository.replace(":", "_")) cache_file = str(cache_file) update_packages(cache_file, options.repository, options.mapping_file)