Skip to content

Commit 634feac

Browse files
committed
Update collectFiles.py
1 parent 854aee4 commit 634feac

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Python_GUI/collectFiles/collectFiles.py

+3-7
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ def collectFiles():
4040

4141
folderLocation = dialog.createPathParam("destFolder","Destination folder : ")
4242

43+
#################################################
44+
4345
# Refresh UI #
4446
dialog.refreshUserParamsGUI()
4547

46-
if dialog.exec_():
4748

48-
#################################################
4949

50+
if dialog.exec_():
5051

5152
# we grab current project name #
5253
projectName = app.getProjectParam('projectName').get()
@@ -61,11 +62,6 @@ def collectFiles():
6162
if destinationFolder != '' :
6263
myUserPath = destinationFolder
6364

64-
os.write(1,myUserPath)
65-
66-
# Gives username by splitting path based on OS
67-
#myUser = os.path.split(myUserPath)[-1]
68-
6965

7066
# ---------------------------------------------------- #
7167
# ---------------------- Windows --------------------- #

0 commit comments

Comments
 (0)