Skip to content

Commit

Permalink
Changed message.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDaChicken committed Jun 16, 2019
1 parent c5e9397 commit 06c131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SERVER/PYTHON-FILES/Code/dataHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def createDataFile():

def loadData():
if not os.path.isfile(data_yml_path):
warning("Unable to find data.yml! Should have been created unless being ran remotely.")
warning("Unable to find data.yml! Should have been created unless ran remotely.")
return None
with open(data_yml_path, 'r') as stream:
yaml_config = yaml.load(stream, Loader=yaml.FullLoader)
Expand Down

0 comments on commit 06c131e

Please sign in to comment.