Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Néstor Arocha Rodríguez committed Feb 5, 2012
1 parent 4f524c3 commit 737c389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
logging.basicConfig(level = DEBUGLEVEL)
from ColonyDSL.Interaction.Translate import Translate
MANAGER = Translate(ARGS)
elif (ARGS.gname):
if (ARGS.gname):
try:
MANAGER.readTR(ARGS.gname)
except BadFileFormat:
Expand Down

0 comments on commit 737c389

Please sign in to comment.