We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f60738 commit a2228bcCopy full SHA for a2228bc
1 file changed
ReleaseBundler.py
@@ -128,13 +128,14 @@ def get_directory_path(prompt):
128
129
def main():
130
os.environ['PYTHONIOENCODING'] = 'utf-8'
131
- Version_Number = input("Please input the version of the release: ")
132
133
#RepoDir = get_directory_path("please select where you have your repo")
134
RepoDir = os.path.dirname(__file__)
135
136
DestDir = get_directory_path("please select where you want your release to be built")
137
+ Version_Number = input("Please input the version of the release: ")
138
+
139
TempDir = os.path.abspath(os.path.join(os.path.dirname(__file__), "temp"))
140
os.makedirs(TempDir, exist_ok=True)
141
0 commit comments