Skip to content

Commit 2f9b27b

Browse files
add github actions
1 parent bffdf76 commit 2f9b27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service/app/main.py

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

33
# write your code.
44
print("Hello World!")
5-
print('abspath: ', os.path.abspath(__file__))
5+
print('abspath:', os.path.abspath(__file__))

service/workspace/main.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"\n",
2020
"# write your code.\n",
2121
"print(\"Hello Jupyter\")\n",
22-
"print('abspath: ', os.path.abspath(__file__))\n"
22+
"print('abspath:', os.path.abspath(__file__))\n"
2323
]
2424
}
2525
],

0 commit comments

Comments
 (0)