lol whoops
This commit is contained in:
parent
6d191405be
commit
676a2be088
@ -144,7 +144,8 @@ def main():
|
|||||||
raw_input()
|
raw_input()
|
||||||
args['pkgs'] = all_pkgs()
|
args['pkgs'] = all_pkgs()
|
||||||
else:
|
else:
|
||||||
args = {'pkgs': all_pkgs()}
|
args = {'pkgs': all_pkgs(),
|
||||||
|
'rpm_files': []}
|
||||||
gf = FileGetter(**args)
|
gf = FileGetter(**args)
|
||||||
print(json.dumps(gf.files, indent = 4))
|
print(json.dumps(gf.files, indent = 4))
|
||||||
return()
|
return()
|
||||||
|
Loading…
Reference in New Issue
Block a user