Skip to content

Commit

Permalink
adjust path to galaxy-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Jun 8, 2016
1 parent 0bff02f commit a4970e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/communication/communication_server.py
Expand Up @@ -27,7 +27,7 @@
import argparse
import os
import sys
sys.path.insert(1, os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'lib')))
sys.path.insert(1, os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, 'lib')))

import logging
logging.basicConfig()
Expand Down

0 comments on commit a4970e7

Please sign in to comment.