We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd2ec3 commit e236a24Copy full SHA for e236a24
generator.inx
@@ -5,7 +5,7 @@
5
<_name>Generator</_name>
6
<id>generator.aurium.colivre.coop.br</id>
7
8
- <dependency type="executable" location="extensions">generator.sh</dependency>
+ <dependency type="executable" location="extensions">generator.py</dependency>
9
10
<param name="tab" type="notebook">
11
<page name="tabA" _gui-text="Configuration">
generator.py
@@ -142,7 +142,7 @@ def Prepare_data(data_old):
142
143
def Open_file_viewer(filename):
144
if platform.system() == 'Windows':
145
- Call_no_output([filename])
+ os.startfile(filename)
146
elif Is_executable('xdg-open'):
147
Call_no_output(['xdg-open', filename])
148
else:
0 commit comments