You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8266,15 +8266,15 @@ or correct the base directory in the preferences dialog of itom.</source>
8266
8266
<source>The home directory of Python is currently set to the non-existing directory '%s'
8267
8267
Python cannot be started. Please set either the environment variable PYTHONHOME to the base directory of python
8268
8268
or correct the base directory in the property dialog of itom.</source>
8269
-
<translationtype="vanished">Das Stammverzeichnis von Python ist aktuell auf ein nicht existierendes Verzeichnis gesetzt ('%s')
8269
+
<translationtype="obsolete">Das Stammverzeichnis von Python ist aktuell auf ein nicht existierendes Verzeichnis gesetzt ('%s')
8270
8270
Python kann nicht gestartet werden. Bitte entweder im System die Umgebungsvariable 'PYTHONHOME' mit dem Stammverzeichnis von Python setzen
8271
8271
oder in itom unter Optionen das Python-Verzeichnis korrigieren.</translation>
8272
8272
</message>
8273
8273
<message>
8274
8274
<source>The built-in library path of Python could not be found. The current home directory is '%s'
8275
8275
Python cannot be started. Please set either the environment variable PYTHONHOME to the base directory of python
8276
8276
or correct the base directory in the preferences dialog of itom.</source>
8277
-
<translationtype="vanished">Das Verzeichnis zur 'built-in library' von Python wurde nicht gefunden. Der aktuelle Pfad des Python-Stammverzeichnisses lautet '%s'
8277
+
<translationtype="obsolete">Das Verzeichnis zur 'built-in library' von Python wurde nicht gefunden. Der aktuelle Pfad des Python-Stammverzeichnisses lautet '%s'
8278
8278
Python kann nicht gestartet werden. Bitte entweder im System die Umgebungsvariable 'PYTHONHOME' mit dem Stammverzeichnis von Python setzen
8279
8279
oder in itom unter Optionen das Python-Verzeichnis korrigieren.</translation>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ python -m pre_commit install
53
53
It's usually a good idea to run the hooks against all of the files when adding new hooks (usually ``pre-commit`` will only run on the changed files during git hooks).
0 commit comments