Skip to content

Commit

Permalink
Update Dist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antjost authored Jun 21, 2024
1 parent 050f33b commit 4f75f1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cassiopee/KCore/Dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def getenv(name):
#==============================================================================
def getDataFolderName(name='Data'):
elsaprod = os.getenv("ELSAPROD")
if elsaprod=='junoMain': elsaprod='juno'
if elsaprod is not None:
if not elsaprod.endswith('_i8') and EDOUBLEINT:
print("Warning: ELSAPROD {} compiled in i8 but recommended suffix "
Expand Down

0 comments on commit 4f75f1b

Please sign in to comment.