Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulagrawal2902 committed Jan 4, 2025
1 parent b714dae commit fcdcbd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mslib/mswms/mswms.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def main():
setup_logging(logfile=args.logfile, levelno= int(args.loglevel))

# keep the import after the version check. This creates all layers.
from mslib.mswms.wms import mswms_settings, server, app as application
from mslib.mswms.wms import mswms_settings, server
from mslib.mswms.wms import app as application

if args.action == "gallery":
if args.plot_types is None:
Expand Down

0 comments on commit fcdcbd4

Please sign in to comment.