mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
Lost prints. Oops.
This commit is contained in:
parent
a866c8be28
commit
479308bac3
1 changed files with 0 additions and 2 deletions
|
|
@ -66,7 +66,6 @@ class Version:
|
||||||
main = self.get_main_version()
|
main = self.get_main_version()
|
||||||
|
|
||||||
sub = ''
|
sub = ''
|
||||||
print(version[3], Stage.DEV, version[3] == Stage.DEV)
|
|
||||||
if version[3] == Stage.DEV and version[4] == 0:
|
if version[3] == Stage.DEV and version[4] == 0:
|
||||||
git_changeset = self.get_git_changeset()
|
git_changeset = self.get_git_changeset()
|
||||||
if git_changeset:
|
if git_changeset:
|
||||||
|
|
@ -94,7 +93,6 @@ class Version:
|
||||||
so it's sufficient for generating the development version numbers.
|
so it's sufficient for generating the development version numbers.
|
||||||
"""
|
"""
|
||||||
repo_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
repo_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
print(repo_dir)
|
|
||||||
git_log = subprocess.Popen(
|
git_log = subprocess.Popen(
|
||||||
'git log --pretty=format:%ct --quiet -1 HEAD',
|
'git log --pretty=format:%ct --quiet -1 HEAD',
|
||||||
stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue