Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
trosnoth
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Games
trosnoth
Commits
aa3e06714769
Commit
3ab21754
authored
Nov 16, 2020
by
talljosh
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If user directory doesn't exist, create it. And bump version for new alpha build.
parent
1ae6cc4c4797
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
trosnoth/data/__init__.py
trosnoth/data/__init__.py
+4
-0
trosnoth/version.py
trosnoth/version.py
+1
-1
No files found.
trosnoth/data/__init__.py
View file @
aa3e06714769
...
...
@@ -81,3 +81,7 @@ def get_overridable_path(relative_path):
_datapath
=
get_exe_dir
()
base_path
=
Path
(
__file__
).
parent
if
_datapath
is
None
else
Path
(
_datapath
)
/
'trosnoth'
/
'data'
user_path
=
Path
(
USERHOME
)
try
:
user_path
.
mkdir
(
parents
=
True
,
exist_ok
=
True
)
except
IOError
:
pass
trosnoth/version.py
View file @
aa3e06714769
version
=
'1.15.0a
2
'
version
=
'1.15.0a
3
'
def
is_compatible
(
other
):
...
...
talljosh
@talljosh
mentioned in commit
979c1eb84a57
·
Nov 17, 2020
mentioned in commit
979c1eb84a57
mentioned in commit 76f64852fc8c24984ff14b13642682ccdb71c6ae
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment