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