mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
Attempt to fix CI checks via Dockerfile
This commit is contained in:
@@ -263,7 +263,7 @@ def compute_lists(source_tree, search_regex):
|
||||
pruning_set.update(symlink_set)
|
||||
elif should_domain_substitute(path, relative_path, search_regex, unused_patterns):
|
||||
domain_substitution_set.add(relative_path.as_posix())
|
||||
except: #pylint: disable=broad-except
|
||||
except: #pylint: disable=bare-except
|
||||
get_logger().exception('Unhandled exception while processing %s', relative_path)
|
||||
exit(1)
|
||||
return sorted(pruning_set), sorted(domain_substitution_set), unused_patterns
|
||||
|
||||
Reference in New Issue
Block a user