mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 09:16:19 +00:00
Fix directory not opening
This commit is contained in:
@@ -193,6 +193,6 @@ class GenerationContext:
|
||||
self.progress(1, "Done!")
|
||||
|
||||
if os.name == 'nt':
|
||||
os.system(f"start {self.dir}")
|
||||
os.system(f"start {os.path.abspath(self.dir)}")
|
||||
else:
|
||||
os.system(f"open {self.dir}")
|
||||
|
||||
Reference in New Issue
Block a user