1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-19 05:30:18 +01:00

Removed unneeded condition.

This commit is contained in:
2021-06-20 11:33:24 +02:00
parent f8f3d3f819
commit 9bae81a993

2
box.py
View File

@@ -282,7 +282,7 @@ class Config:
if not self.distro:
self.distro = 'ubuntu'
if not self.version and self.distro:
if not self.version:
self.version = DISTROS[self.distro]['default_version']
# finally, figure out host name