Skip to content

Commit

Permalink
Fixing machine search bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cssherman committed Feb 1, 2024
1 parent 7fa6add commit 98f1204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geos_ats_package/geos_ats/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import subprocess
import time
import logging
from geos_ats import command_line_parsers, test_builder
from geos_ats import command_line_parsers

test_actions = ( "run", "rerun", "check", "continue" )
report_actions = ( "run", "rerun", "report", "continue" )
Expand Down Expand Up @@ -352,7 +352,7 @@ def main():
else:
ats.AtsTest.glue( testcases="all" )

from geos_ats import ( common_utilities, suite_settings, test_case, test_steps )
from geos_ats import ( common_utilities, suite_settings, test_case, test_steps, test_builder )

# Set ats options
append_geos_ats_summary( ats.manager )
Expand Down

0 comments on commit 98f1204

Please sign in to comment.