Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
benfitzpatrick committed Aug 18, 2014
1 parent a93eb57 commit 1382e94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cylc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,6 @@ def get_graph_raw( self, start_point_string, stop_point_string, raw=False,
for e in self.edges:
# Get initial cycle point for this sequence
i_point = e.sequence.get_first_point( start_point )

if i_point is None:
# out of bounds
continue
Expand All @@ -1534,7 +1533,7 @@ def get_graph_raw( self, start_point_string, stop_point_string, raw=False,
break

not_initial_cycle = ( point != i_point )

r_id = e.get_right(point, start_point, not_initial_cycle, raw,
startup_exclude_list )
l_id = e.get_left( point, start_point, not_initial_cycle, raw,
Expand Down

0 comments on commit 1382e94

Please sign in to comment.