File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -312,11 +312,7 @@ def Main():
312
312
# Fecha o arquivo de saída do terminal
313
313
setTerminalFileAsOpen (False )
314
314
315
-
316
315
if (folderPath_import != "" and exportFolderDoesntExist is False ):
317
- # [>] Define a estrutura inicial do projeto
318
- setProjectStructure ()
319
-
320
316
# [>] Direciona o sistema para a pasta indicada
321
317
os .chdir (folderPath_import )
322
318
# [>] Filtra pelos PDFs na pasta onde foi indicada para o sis-
@@ -335,6 +331,11 @@ def Main():
335
331
file = file_outputTxt
336
332
)
337
333
setTerminalFileAsOpen (False )
334
+ # [>] Se é o primeiro arquivo ainda
335
+ else :
336
+ # [>] Define a estrutura inicial do projeto
337
+ setProjectStructure ()
338
+
338
339
339
340
# [>] Remove extensão do arquivo (pegando apenas o nome) e
340
341
# atribui para a temporária
You can’t perform that action at this time.
0 commit comments