parent
e32b5bd336
commit
f040199892
|
@ -35,7 +35,7 @@ def run(args, persoconf, logger):
|
||||||
# Print the files too if asked so
|
# Print the files too if asked so
|
||||||
if args.show_files:
|
if args.show_files:
|
||||||
for f in app_list[app].files:
|
for f in app_list[app].files:
|
||||||
if os.path.isdir(persoconf.path + "/" + app + "/" + f):
|
if os.path.isdir( os.path.join(persoconf.path, app, f) ):
|
||||||
print("\t%s/" % f)
|
print("\t%s/" % f)
|
||||||
else:
|
else:
|
||||||
print("\t%s" % f)
|
print("\t%s" % f)
|
||||||
|
|
Loading…
Reference in New Issue