Skip to content

Commit d541ec0

Browse files
Fix shell script
1 parent 8098ef6 commit d541ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TableInOutStarter.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
22
echo "Wizart for Information Extraction from Tables (WIET) is starting..."
3-
python Wizard/TkGUIFirstScreen.py
3+
cd Wizard
4+
python TkGUIFirstScreen.py

0 commit comments

Comments
 (0)