We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c0df36 + 0259d37 commit ea74ea4Copy full SHA for ea74ea4
pipeline/storage.py
@@ -39,7 +39,7 @@ def post_process(self, paths, dry_run=False, **options):
39
for name, hashed_name, processed in super_class.post_process(paths.copy(), dry_run, **options):
40
yield name, hashed_name, processed
41
42
- def get_available_name(self, name):
+ def get_available_name(self, name, max_length=None):
43
if self.exists(name):
44
self.delete(name)
45
return name
0 commit comments