1
0
Fork 0

Forgot missing parens

This commit is contained in:
Luca Beltrame 2016-09-17 08:45:36 +02:00
parent e4ad93c52b
commit c574cb2859

2
update_unstable.py Normal file → Executable file
View file

@ -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)