mirror of
https://github.com/Foltik/dotfiles
synced 2025-01-07 08:42:47 -05:00
Remove print
This commit is contained in:
parent
67dcef1a34
commit
cd5b182270
@ -52,7 +52,6 @@ class Package:
|
||||
|
||||
def transform_default(self, prop, default, basepath):
|
||||
default_path = local_path(basepath, default)
|
||||
print(default_path)
|
||||
if hasattr(self, prop):
|
||||
if isinstance(self[prop], list):
|
||||
self[prop] = list(map(lambda p: local_path(basepath, p), self[prop]))
|
||||
|
Loading…
Reference in New Issue
Block a user