mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
Shortened a long line for people with old text editors or graphics drivers that don't support KMS on the console.
This commit is contained in:
parent
1329a9338d
commit
fdb7a3d716
@ -105,7 +105,8 @@ def main():
|
||||
if not release:
|
||||
for milestone in proj.all_milestones:
|
||||
if milestone.name == version:
|
||||
release = milestone.createProductRelease(date_released=datetime.date.today().strftime('%Y-%m-%d'))
|
||||
today = datetime.date.today().strftime('%Y-%m-%d')
|
||||
release = milestone.createProductRelease(date_released=today)
|
||||
if not release:
|
||||
release = create_release(proj, version)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user