mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-11-22 16:33:42 +00:00
Compare commits
1 Commits
2.6.1
...
d3ad4c3c08
| Author | SHA1 | Date | |
|---|---|---|---|
| d3ad4c3c08 |
@ -68,7 +68,6 @@ class Lock(LazyLogging):
|
|||||||
configuration(Configuration): configuration instance
|
configuration(Configuration): configuration instance
|
||||||
"""
|
"""
|
||||||
self.path = args.lock.with_stem(f"{args.lock.stem}_{architecture}") if args.lock is not None else None
|
self.path = args.lock.with_stem(f"{args.lock.stem}_{architecture}") if args.lock is not None else None
|
||||||
print(self.path)
|
|
||||||
self.force = args.force
|
self.force = args.force
|
||||||
self.unsafe = args.unsafe
|
self.unsafe = args.unsafe
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user