lol whoops

This commit is contained in:
brent s 2018-12-04 10:55:11 -05:00
parent 6d191405be
commit 676a2be088
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ def main():
raw_input()
args['pkgs'] = all_pkgs()
else:
args = {'pkgs': all_pkgs()}
args = {'pkgs': all_pkgs(),
'rpm_files': []}
gf = FileGetter(**args)
print(json.dumps(gf.files, indent = 4))
return()