debug
This commit is contained in:
@@ -401,6 +401,7 @@ class TNMR:
|
|||||||
ntnmr.SaveAs(TEMPLATE_FILE_PATH + 'tmper.tnt') # even more temporary
|
ntnmr.SaveAs(TEMPLATE_FILE_PATH + 'tmper.tnt') # even more temporary
|
||||||
success = ntnmr.OpenFile(TEMPLATE_FILE_PATH + 'tmper.tnt') # reload the file so that we can actually read/write to the Sequence parameters (TNMR bug)
|
success = ntnmr.OpenFile(TEMPLATE_FILE_PATH + 'tmper.tnt') # reload the file so that we can actually read/write to the Sequence parameters (TNMR bug)
|
||||||
self.set_activefile()
|
self.set_activefile()
|
||||||
|
print(ntnmr.GetSequenceName())
|
||||||
|
|
||||||
if(success):
|
if(success):
|
||||||
print(f'Successfully reloaded')
|
print(f'Successfully reloaded')
|
||||||
|
|||||||
Reference in New Issue
Block a user