File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,14 @@ def collectFiles():
40
40
41
41
folderLocation = dialog .createPathParam ("destFolder" ,"Destination folder : " )
42
42
43
+ #################################################
44
+
43
45
# Refresh UI #
44
46
dialog .refreshUserParamsGUI ()
45
47
46
- if dialog .exec_ ():
47
48
48
- #################################################
49
49
50
+ if dialog .exec_ ():
50
51
51
52
# we grab current project name #
52
53
projectName = app .getProjectParam ('projectName' ).get ()
@@ -61,11 +62,6 @@ def collectFiles():
61
62
if destinationFolder != '' :
62
63
myUserPath = destinationFolder
63
64
64
- os .write (1 ,myUserPath )
65
-
66
- # Gives username by splitting path based on OS
67
- #myUser = os.path.split(myUserPath)[-1]
68
-
69
65
70
66
# ---------------------------------------------------- #
71
67
# ---------------------- Windows --------------------- #
You can’t perform that action at this time.
0 commit comments