Skip to content

Commit 2d3c8e9

Browse files
v__0.215
1 parent 6587e4e commit 2d3c8e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

mec/ubx.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ def create_gist(username, platform = 'colab', verbose = 0):
88

99

1010
def create_gist_colab(username,verbose = 0, ENV_PATH=None):
11+
from google.colab import drive
12+
drive.mount('/content/drive')
13+
14+
1115
filename = username + "-actions.txt"
1216
if ENV_PATH is None:
1317
ENV_PATH = "/content/drive/MyDrive/secrets/github.env"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="mec",
5-
version="0.214",
5+
version="0.215",
66
authors=["Alfred Galichon"],
77
author_email="[email protected]",
88
licence="",

0 commit comments

Comments
 (0)