Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ValUnifer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPIPAN
ValUnifer
Commits
7370ff5c
Commit
7370ff5c
authored
1 year ago
by
Tomasz Bartosiak
Browse files
Options
Downloads
Patches
Plain Diff
Corrected paths for xml scripts
parent
6d873e9f
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/management/commands/create_tei.py
+2
-2
2 additions, 2 deletions
common/management/commands/create_tei.py
with
2 additions
and
2 deletions
common/management/commands/create_tei.py
+
2
−
2
View file @
7370ff5c
...
@@ -10,9 +10,9 @@ from unifier.models import UnifiedFrame
...
@@ -10,9 +10,9 @@ from unifier.models import UnifiedFrame
from
django.contrib.auth.models
import
User
from
django.contrib.auth.models
import
User
from
users.models
import
Assignment
from
users.models
import
Assignment
from
common.valunifier_tei
import
createteixml
from
common.
management.commands.
valunifier_tei
import
createteixml
BASEPATH
=
'
.
'
BASEPATH
=
'
data/tei/
'
class
Command
(
BaseCommand
):
class
Command
(
BaseCommand
):
args
=
''
args
=
''
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment