Skip to content

Commit

Permalink
comment consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Feb 28, 2024
1 parent 4d332f6 commit 8f9c53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isce2_topsapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# ----------------------------------------------------------------------------------------------------------------------
# Handling ISCE2 idiosyncrasies; At least the logging fix should be done BEFORE most other imports
# ----------------------------------------------------------------------------------------------------------------------
import isce # noqa: F401
# This ensures all ISCE2 paths and environment variables are set when using this module, see:
# https://github.com/isce-framework/isce2/blob/main/__init__.py#L41-L50
import isce # noqa: F401

# ISCE2 sets the root logger to DEBUG resulting in excessively verbose logging, see:
# https://github.com/isce-framework/isce2/issues/258
Expand Down

0 comments on commit 8f9c53f

Please sign in to comment.