Skip to content

Commit

Permalink
Merge pull request #1042 from benfitzpatrick/119-fix-graphing
Browse files Browse the repository at this point in the history
#119: fix graphing exception
  • Loading branch information
matthewrmshin committed Jul 30, 2014
2 parents 8c908cd + 6b59948 commit 0c5be4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cylc/cylc_xdot.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ class MyDotWindow( CylcDotViewerCommon ):
</ui>
'''
def __init__(self, suite, suiterc, template_vars,
template_vars_file, watch, point_string, stop_point_string,
orientation="TB" ):
template_vars_file, watch, start_point_string,
stop_point_string, orientation="TB" ):
self.outfile = None
self.disable_output_image = False
self.suite = suite
Expand Down

0 comments on commit 0c5be4b

Please sign in to comment.