Merge pull request #448 from Czaki/dependency_constraints_str

Add str representation to DependencyConstraints
This commit is contained in:
Joe Rickerby
2020-10-11 10:42:30 +01:00
committed by GitHub
+3
View File
@@ -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