From ce8eb1056cb712883cfc53bfa340ad4ccfce987e Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 19 Jul 2022 11:16:34 +0200 Subject: [PATCH] Add Path to the imports --- Ultimaker-Cura.spec.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/Ultimaker-Cura.spec.jinja b/Ultimaker-Cura.spec.jinja index c4621d75f5..74e4fd098b 100644 --- a/Ultimaker-Cura.spec.jinja +++ b/Ultimaker-Cura.spec.jinja @@ -1,5 +1,6 @@ # -*- mode: python ; coding: utf-8 -*- import os +from pathlib import Path from PyInstaller.utils.hooks import collect_all