Forgot missing parens
This commit is contained in:
parent
e4ad93c52b
commit
c574cb2859
1 changed files with 1 additions and 1 deletions
2
update_unstable.py
Normal file → Executable file
2
update_unstable.py
Normal file → Executable 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue