add str representation to DependencyConstraints
This commit is contained in:
@@ -107,6 +107,9 @@ class DependencyConstraints:
|
||||
else:
|
||||
return self.base_file_path
|
||||
|
||||
def __str__(self):
|
||||
return f"File '{self.base_file_path}'"
|
||||
|
||||
|
||||
class BuildOptions(NamedTuple):
|
||||
package_dir: Path
|
||||
|
||||
Reference in New Issue
Block a user