Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
I
inary
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
1
Konular (issue)
1
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
SulinOS
inary
Commits
8da21188
Unverified
Kaydet (Commit)
8da21188
authored
Eyl 29, 2020
tarafından
Suleyman Poyraz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some readability improvements.
üst
666fa00d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
atomicoperations.py
inary/atomicoperations.py
+1
-0
history.py
inary/cli/history.py
+1
-2
kernel.py
inary/util/kernel.py
+0
-2
No files found.
inary/atomicoperations.py
Dosyayı görüntüle @
8da21188
...
...
@@ -163,6 +163,7 @@ class Install(AtomicOperation):
self
.
store_old_paths
=
None
self
.
old_path
=
None
self
.
trigger
=
inary
.
trigger
.
Trigger
()
self
.
ask_reinstall
=
False
def
install
(
self
,
ask_reinstall
=
True
):
...
...
inary/cli/history.py
Dosyayı görüntüle @
8da21188
...
...
@@ -68,8 +68,7 @@ Lists previous operations.""")
history
.
takeback
(
operation
)
def
print_history
(
self
):
ordered_history
=
[]
ordered_history
.
append
(
_
(
"Inary Transaction History: "
))
ordered_history
=
[
_
(
"Inary Transaction History: "
)]
for
operation
in
self
.
historydb
.
get_last
(
ctx
.
get_option
(
'last'
)):
msg_oprt
=
util
.
colorize
(
_
(
"Operation "
),
'yellow'
)
\
...
...
inary/util/kernel.py
Dosyayı görüntüle @
8da21188
...
...
@@ -18,8 +18,6 @@ import os
# Inary Modules
import
platform
import
inary
import
inary.errors
import
inary.context
as
ctx
# Gettext Library
...
...
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