Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alain Shakour
clowdflows
Commits
b2ac1c01
Commit
b2ac1c01
authored
Jul 01, 2013
by
Janez K
Browse files
-u flag zdaj shrani uid v bazo
parent
72585b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/management/commands/export_package.py
View file @
b2ac1c01
...
...
@@ -67,6 +67,7 @@ def export_package_string(writeFunc, packages, newuid, updateuid, all, verbosity
for
a
in
objs
:
if
newuid
or
(
not
a
.
uid
and
updateuid
):
a
.
uid
=
str
(
uuid
.
uuid4
())
a
.
save
()
print_stataistics
(
objs
,
verbosity
,
writeFunc
)
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment