Skip to content

Commit

Permalink
cleanup redundant create_aliases call
Browse files Browse the repository at this point in the history
When --run is used, it will anyway still call create_aliases later,
just in the same way as without the --run option.
  • Loading branch information
albertz committed Nov 28, 2024
1 parent 0738056 commit a4440b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sisyphus/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ def manager(args):
manager = None

try:
if args.run:
create_aliases(sis_graph.jobs())

# The actual work loop
if args.http_port is not None:
logging.debug("Start http server")
Expand Down

0 comments on commit a4440b4

Please sign in to comment.