mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix EM10{1,2} (exception must not use a string)
This commit is contained in:
@@ -171,7 +171,8 @@ def main():
|
||||
if changes.in_development:
|
||||
changes.finalize_release_date()
|
||||
else:
|
||||
raise Skip('version not changed')
|
||||
reason = 'version not changed'
|
||||
raise Skip(reason)
|
||||
else:
|
||||
if changes.in_development:
|
||||
print('WARNING: last version is not released yet: %s' % changes.version)
|
||||
|
Reference in New Issue
Block a user