개정판 25640e53
issue #1233: image and svg save disable
Change-Id: Id506c865e20c1c3b98216867ec300abb0d770956
DTI_PID/DTI_PID/AppDocData.py | ||
---|---|---|
1962 | 1962 |
def read_symbol_shape(self, symbol_name): |
1963 | 1963 |
"""read symbol shape(image and svg)""" |
1964 | 1964 |
|
1965 |
|
|
1965 | 1966 |
res = (None, None) |
1966 | 1967 |
|
1968 |
# need to test on mssql |
|
1969 |
return res |
|
1970 |
|
|
1967 | 1971 |
with self.project.database.connect() as conn: |
1968 | 1972 |
try: |
1969 | 1973 |
# Get a cursor object |
내보내기 Unified diff