Skip to content

Commit a3318b9

Browse files
teste build 4$
1 parent 567c667 commit a3318b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DocViewerDesktop/ui/ui_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def loadSvgIcon(file_path, width=80, height=80):
6868
return pixmap
6969

7070
def resource_path(relative_path: str) -> str:
71-
"""Obtém o caminho absoluto do recurso"""
71+
"""Obtém o caminho absoluto do recurso."""
7272
if hasattr(sys, "_MEIPASS"):
7373
# quando rodando no executável do PyInstaller
7474
return os.path.join(sys._MEIPASS, relative_path)

0 commit comments

Comments
 (0)