Skip to content

Commit

Permalink
slightly changed print msg
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangWaltenberger committed Dec 19, 2023
1 parent ad33bf5 commit 00441f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smodels/tools/smodelsTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def main():
print("SModelS version:", installation.version())
print("Installation directory:",installation.installDirectory())
path = os.path.abspath(os.path.realpath(__file__))
print("This binary:",path )
print("This executable:",path )
sys.exit()
if args.subparser_name == 'toolbox':
from smodels.tools import toolBox
Expand Down

0 comments on commit 00441f7

Please sign in to comment.