Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'lndbrg-patch-1' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Dec 2, 2014
2 parents 53eac5a + 578f2d4 commit 0e2010a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/battle
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ def main(args):
if options.module_path is None:
options.module_path = AC.DEFAULT_MODULE_PATH

if options.module_path is None:
options.module_path = C.DEFAULT_MODULE_PATH

if C.DEFAULT_MODULE_PATH not in options.module_path:
options.module_path = "%s:%s" % (C.DEFAULT_MODULE_PATH, options.module_path)

Expand Down

0 comments on commit 0e2010a

Please sign in to comment.