Skip to content

Commit

Permalink
Remove an artefact of the old output arg from a function
Browse files Browse the repository at this point in the history
(from `listmods_all_no_output()`)
#52
  • Loading branch information
williambl committed Jul 31, 2019
1 parent 169b61c commit 862a0a3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/delta_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,7 @@ def listmods_all():


def listmods_all_no_output():
mods = get_all_jsons()
if output:
cprint("Mods:")
cprint(str(mods))
else:
return mods
return get_all_jsons()


def mergedirs(dir1, dir2):
Expand Down

0 comments on commit 862a0a3

Please sign in to comment.