Skip to content

Commit a2228bc

Browse files
committed
file dialog will always pop up now
1 parent 3f60738 commit a2228bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ReleaseBundler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,14 @@ def get_directory_path(prompt):
128128

129129
def main():
130130
os.environ['PYTHONIOENCODING'] = 'utf-8'
131-
Version_Number = input("Please input the version of the release: ")
132131

133132
#RepoDir = get_directory_path("please select where you have your repo")
134133
RepoDir = os.path.dirname(__file__)
135134

136135
DestDir = get_directory_path("please select where you want your release to be built")
137136

137+
Version_Number = input("Please input the version of the release: ")
138+
138139
TempDir = os.path.abspath(os.path.join(os.path.dirname(__file__), "temp"))
139140
os.makedirs(TempDir, exist_ok=True)
140141

0 commit comments

Comments
 (0)