This repository was archived by the owner on Oct 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
tools/layout_expert/layout_expert Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def raw_versions():
1515 "codename": "Furka",
1616 "version": "1.5.2",
1717 "post": "0",
18- "rc": "1 "
18+ "rc": "0 "
1919}
2020""" )
2121
@@ -25,7 +25,7 @@ def raw_versions():
2525
2626try :
2727 # We are looking for the git repo which contains this file.
28- MY_DIR = os .path .dirname (__file__ )
28+ MY_DIR = os .path .dirname (os . path . abspath ( __file__ ) )
2929except :
3030 MY_DIR = None
3131
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def raw_versions():
1515 "codename": "Furka",
1616 "version": "1.5.2",
1717 "post": "0",
18- "rc": "1 "
18+ "rc": "0 "
1919}
2020""" )
2121
@@ -25,7 +25,7 @@ def raw_versions():
2525
2626try :
2727 # We are looking for the git repo which contains this file.
28- MY_DIR = os .path .dirname (__file__ )
28+ MY_DIR = os .path .dirname (os . path . abspath ( __file__ ) )
2929except :
3030 MY_DIR = None
3131
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def raw_versions():
1515 "codename": "Furka",
1616 "version": "1.5.2",
1717 "post": "0",
18- "rc": "1 "
18+ "rc": "0 "
1919}
2020""" )
2121
@@ -25,7 +25,7 @@ def raw_versions():
2525
2626try :
2727 # We are looking for the git repo which contains this file.
28- MY_DIR = os .path .dirname (__file__ )
28+ MY_DIR = os .path .dirname (os . path . abspath ( __file__ ) )
2929except :
3030 MY_DIR = None
3131
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def raw_versions():
1515 "codename": "Furka",
1616 "version": "1.5.2",
1717 "post": "0",
18- "rc": "1 "
18+ "rc": "0 "
1919}
2020""" )
2121
@@ -25,7 +25,7 @@ def raw_versions():
2525
2626try :
2727 # We are looking for the git repo which contains this file.
28- MY_DIR = os .path .dirname (__file__ )
28+ MY_DIR = os .path .dirname (os . path . abspath ( __file__ ) )
2929except :
3030 MY_DIR = None
3131
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ dependent_versions:
66version_data :
77 codename : Furka
88 post : ' 0'
9- rc : ' 1 '
9+ rc : ' 0 '
1010 version : 1.5.2
You can’t perform that action at this time.
0 commit comments