Skip to content

Commit

Permalink
I don't understand this
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Aug 25, 2016
1 parent f1808dd commit 2a17a80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/python/CIME/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ def get_project(machobj=None):

def setup_standard_logging_options(parser):
helpfile = "%s.log"%sys.argv[0]
helpfile = os.path.join(os.getcwd(),os.path.basename(helpfile))
parser.add_argument("-d", "--debug", action="store_true",
help="Print debug information (very verbose) to file %s" % helpfile)
parser.add_argument("-v", "--verbose", action="store_true",
Expand Down

0 comments on commit 2a17a80

Please sign in to comment.