Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lcgdm
dmlite
Commits
d36f9a40
Commit
d36f9a40
authored
Mar 14, 2022
by
Fabrizio Furano
Browse files
Merge branch 'migrate-fix-spacetoken-size' into 'develop'
Migrate fix spacetoken size See merge request
!89
parents
daf7c298
71c759e0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
shell/src/interpreter.py
View file @
d36f9a40
...
...
@@ -612,7 +612,7 @@ class InitCommand(ShellCommand):
try
:
self
.
interpreter
.
API_VERSION
=
pydmlite
.
API_VERSION
if
not
self
.
interpreter
.
quietMode
:
self
.
ok
(
'DMLite shell v1.1
3.0
(using DMLite API v'
+
str
(
self
.
interpreter
.
API_VERSION
)
+
')'
)
self
.
ok
(
'DMLite shell v1.1
5.2
(using DMLite API v'
+
str
(
self
.
interpreter
.
API_VERSION
)
+
')'
)
except
Exception
as
e
:
return
self
.
error
(
'Could not import the Python module pydmlite.
\n
Thus, no bindings for the DMLite library are available.'
)
...
...
shell/src/migrate.py
View file @
d36f9a40
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment