Cut Text/Sol/Persp into smaller parts, and use them
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ class ImageViewer:
|
||||
|
||||
def on_open_ori_pdf(self, event):
|
||||
if self.is_viewing and self.current_json_path:
|
||||
pdf_path = "/home/sebastien/Staging/Interro/" + base_dir + "pdf"
|
||||
pdf_path = "/home/sebastien/Staging/Interro/" + str(base_dir) + "pdf"
|
||||
print(f"Opening {pdf_path}")
|
||||
subprocess.Popen(['xdg-open', pdf_path])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user