Skip to content

Commit

Permalink
removed pythonpath construction from script (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA authored Feb 2, 2023
1 parent 40dddf9 commit b6920af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/exgdas_global_marine_analysis_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
my_dir = os.path.dirname(__file__)
my_home = os.path.dirname(os.path.dirname(my_dir))
gdas_home = os.path.join(os.getenv('HOMEgfs'), 'sorc', 'gdas.cd')
sys.path.append(os.path.join(os.getenv('HOMEgfs', my_home), 'ush'))
sys.path.append(os.path.join(gdas_home, 'ush'))

# import UFSDA utilities
import ufsda
Expand Down

0 comments on commit b6920af

Please sign in to comment.