Updated charm
This commit is contained in:
parent
00050964ad
commit
eb2a39f5ae
4
.SRCINFO
4
.SRCINFO
@ -1,5 +1,5 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Thu Jul 21 16:09:29 UTC 2016
|
||||
# Thu Jul 21 16:10:25 UTC 2016
|
||||
pkgbase = pycharm-professional
|
||||
pkgdesc = Powerful Python and Django IDE. Professional edition.
|
||||
pkgver = 2016.2
|
||||
@ -44,7 +44,7 @@ pkgbase = pycharm-professional
|
||||
sha256sums = c1a74303d9e870918bd8068f761c8251b996694b1b96b3537fbca317679c4958
|
||||
sha256sums = 43e79e5a786fc76385634dc0a9f1c3489b25031745b840b0822b059fc91d1060
|
||||
sha256sums = a90a2b645e733627fefe568ae82fc96716772c13b4431760a822c0c64b0596e9
|
||||
sha256sums = f31a41ab02ba39a08aa218b1239ff7a0156e3b7d68c109eb0249ac6d1db32331
|
||||
sha256sums = dbe4055a0e4980dba5c5104b6a9ec30a3e429e4e3ef5ef92efef2627403e7ac5
|
||||
|
||||
pkgname = pycharm-professional
|
||||
|
||||
|
2
PKGBUILD
2
PKGBUILD
@ -39,7 +39,7 @@ sha256sums=('3b938aeb08a72acad535e27ab1db44330c2c99cc36ac0eaf895518710437b6ab'
|
||||
'c1a74303d9e870918bd8068f761c8251b996694b1b96b3537fbca317679c4958'
|
||||
'43e79e5a786fc76385634dc0a9f1c3489b25031745b840b0822b059fc91d1060'
|
||||
'a90a2b645e733627fefe568ae82fc96716772c13b4431760a822c0c64b0596e9'
|
||||
'f31a41ab02ba39a08aa218b1239ff7a0156e3b7d68c109eb0249ac6d1db32331')
|
||||
'dbe4055a0e4980dba5c5104b6a9ec30a3e429e4e3ef5ef92efef2627403e7ac5')
|
||||
|
||||
package() {
|
||||
# base
|
||||
|
8
charm
8
charm
@ -1,17 +1,17 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
import socket
|
||||
import struct
|
||||
import sys
|
||||
import os
|
||||
import time
|
||||
|
||||
# see com.intellij.idea.SocketLock for the server side of this interface
|
||||
|
||||
RUN_PATH = u'/opt/pycharm-professional/bin/pycharm.sh'
|
||||
CONFIG_PATH = u'~/.PyCharm2016.1/config'
|
||||
SYSTEM_PATH = u'~/.PyCharm2016.1/system'
|
||||
CONFIG_PATH = u'~/.PyCharm2016.2/config'
|
||||
SYSTEM_PATH = u'~/.PyCharm2016.2/system'
|
||||
|
||||
args = []
|
||||
skip_next = False
|
||||
@ -92,7 +92,7 @@ if os.path.exists(port_path) and os.path.exists(token_path):
|
||||
launch_with_port(port, token)
|
||||
except:
|
||||
type, value, traceback = sys.exc_info()
|
||||
print('No IDE instance has been found. New one will be started.') # todo error
|
||||
print('Cannot activate a running instance: ' + str(value))
|
||||
else:
|
||||
print('No IDE instance has been found. New one will be started.')
|
||||
if sys.platform == "darwin":
|
||||
|
Loading…
x
Reference in New Issue
Block a user