Skip to content

Commit 76398d4

Browse files
committed
print dir where the App is
1 parent 693c788 commit 76398d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/scripts/help_script.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from java.io import File
2+
3+
4+
5+
6+
print("Fiji's dir: " + File(".").getAbsolutePath())

0 commit comments

Comments
 (0)