mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed Python 2 code due to python 2 not being supported anymore
This commit is contained in:
parent
e3165a586d
commit
2e12b12719
1 changed files with 0 additions and 2 deletions
|
@ -748,8 +748,6 @@ class SPMClient:
|
|||
|
||||
if args[1] == ".":
|
||||
repo_path = os.getcwd()
|
||||
if sys.version_info.major == 2:
|
||||
repo_path = os.getcwdu()
|
||||
else:
|
||||
repo_path = args[1]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue