FIX verschiebung der Logdatei in korrektes Verzeichnis jetzt möglich
This commit is contained in:
+1
-1
@@ -880,7 +880,7 @@ class CadItem(DataModel):
|
|||||||
if not ret:
|
if not ret:
|
||||||
log_editor = os.environ.get(r'LOG_EDITOR')
|
log_editor = os.environ.get(r'LOG_EDITOR')
|
||||||
subprocess.run(f"{log_editor} {path}")
|
subprocess.run(f"{log_editor} {path}")
|
||||||
shutil.move(path, self.get_env('log'))
|
shutil.move(path, self._controller.get_env('log'))
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user