Skip to content

Commit

Permalink
add version number to code for cases when it's not run from git repos…
Browse files Browse the repository at this point in the history
…iroty
  • Loading branch information
piberger committed May 19, 2016
1 parent 5b6e277 commit 203e7f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Analyse/AbstractClasses/TestResultEnvironment.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class TestResultEnvironment:
LocalDBConnectionCursor = None

# Path to the test results
ModuleDataDirectory = '';
ModuleDataDirectory = ''

# path to folder with all test results
GlobalDataDirectory = ''
Expand All @@ -128,9 +128,9 @@ class TestResultEnvironment:
# Path to the Overview
GlobalOverviewPath = ''

LastUniqueIDCounter = 0;
LastUniqueIDCounter = 0

MoReWebVersion = 'unknown MoReWeb version'
MoReWebVersion = 'MoReWeb v1.0.0'
MoReWebBranch = 'unknown branch'

IVCurveFiles = {}
Expand Down

0 comments on commit 203e7f6

Please sign in to comment.